summaryrefslogtreecommitdiff
path: root/js/codeq/core.js
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-08-25 14:22:58 +0200
committerAleš Smodiš <aless@guru.si>2015-08-25 14:22:58 +0200
commit1973db21715555e7b668c83e6aace2c7499f8eaa (patch)
tree62efa953e62caf98bec6f3daf4459f1d15e9a033 /js/codeq/core.js
parent21d213dcff1367c16dc0c3f6585b8e35d7c2f0c7 (diff)
Login now fetches the list of available problems from the server.
Made the query work, so terminal interaction now works.
Diffstat (limited to 'js/codeq/core.js')
-rw-r--r--js/codeq/core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/codeq/core.js b/js/codeq/core.js
index f13a019..dd417d4 100644
--- a/js/codeq/core.js
+++ b/js/codeq/core.js
@@ -13,7 +13,7 @@ window.codeq = {
/**
* REST API URL prefix.
*/
- urlPrefix: '/codeq/',
+ urlPrefix: '/svc/',
/**
* Returns the number of Unicode code points in the given string.