diff --git a/src/static/index.html b/src/static/index.html index 67c5018..e10338a 100644 --- a/src/static/index.html +++ b/src/static/index.html @@ -15,7 +15,8 @@
- + + diff --git a/src/static/js/app.js b/src/static/js/app.js index b2c7fc6..6425322 100644 --- a/src/static/js/app.js +++ b/src/static/js/app.js @@ -1,8 +1,6 @@ /** * SPA Router & app init. */ -window.CC_BASE = '/cc-dashboard'; - const App = (() => { let _currentUser = null;