client url context path 수정

This commit is contained in:
현성필
2024-01-29 11:08:09 +09:00
parent 8ef5c9edd6
commit b490e37c35
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8,9 +8,9 @@
class APIClient { class APIClient {
CLIENT_URL = '/mgmt/api/test.do'; CLIENT_URL = 'mgmt/api/test.do';
constructor(contextPath) { constructor() {
window.globals = {}; window.globals = {};
this.variables = {}; this.variables = {};
this.abortController = null; this.abortController = null;
File diff suppressed because one or more lines are too long