From 93b56f477863d50da352097a5036017d7c5cde13 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Wed, 12 Apr 2017 22:47:46 +0200 Subject: [PATCH] Now points to correct path. --- webpage/js/env_variables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpage/js/env_variables.js b/webpage/js/env_variables.js index eb342fb..01cff38 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/seasoned", + url : "http://localhost:31459/api/v1/seasoned/", } \ No newline at end of file