diff options
Diffstat (limited to 'frontend/static/js/api.js')
| -rw-r--r-- | frontend/static/js/api.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/js/api.js b/frontend/static/js/api.js index e881f8c..86f4958 100644 --- a/frontend/static/js/api.js +++ b/frontend/static/js/api.js @@ -60,7 +60,7 @@ var API = { for (name in API.URL[type]) { - API.URL[type][name] = API.BASE_URL + API.URL[type][name] + API.URL[type][name] = API.BASE_URL + API.URL[type][name] + "/" } } // $.ajaxSetup({ timeout: 1000 }) |
