From 1973db21715555e7b668c83e6aace2c7499f8eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Smodi=C5=A1?= Date: Tue, 25 Aug 2015 14:22:58 +0200 Subject: Login now fetches the list of available problems from the server. Made the query work, so terminal interaction now works. --- js/codeq/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/codeq/core.js') 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. -- cgit v1.2.1