client url context path 수정
This commit is contained in:
@@ -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
Reference in New Issue
Block a user