diff --git a/SmearcarDB/static/index.js b/SmearcarDB/static/index.js index a68815e..ecbed2b 100644 --- a/SmearcarDB/static/index.js +++ b/SmearcarDB/static/index.js @@ -1,5 +1,5 @@ var navSelect = "home"; -var serverURL = "http://0.0.0.0:5000"; +var serverURL = "http://localhost:5000"; var data; var navi = [ // Array containing navigation items in form [Font-Awesome class name, Display Text, Onclick function]. diff --git a/SmearcarDB/templates/index.html b/SmearcarDB/templates/index.html index 1c70623..1f98342 100644 --- a/SmearcarDB/templates/index.html +++ b/SmearcarDB/templates/index.html @@ -14,7 +14,7 @@
-