diff --git a/.gitignore b/.gitignore index ef0c7a3..ce45a1e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ env_variables.py node_modules *.pyc npm-debug.log +webpage/js/env_variables.js diff --git a/webpage/js/env_variables.js b/webpage/js/env_variables.js index 01cff38..5085590 100644 --- a/webpage/js/env_variables.js +++ b/webpage/js/env_variables.js @@ -1,3 +1,3 @@ var env_variables = { - url : "http://localhost:31459/api/v1/seasoned/", -} \ No newline at end of file + url : "http://10.0.0.41:31459/api/v1/seasoned/", +}