We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c7522 commit 0d137b0Copy full SHA for 0d137b0
frontend/src/main.js
@@ -21,8 +21,8 @@ function logout() {
21
22
Vue.prototype.$http = axios;
23
// debugging only
24
-Vue.prototype.$backend_address = 'http://localhost:5000';
25
-// Vue.prototype.$backend_address = '';
+// Vue.prototype.$backend_address = 'http://localhost:5000';
+Vue.prototype.$backend_address = '';
26
Vue.prototype.$is_authenticated = isAuthenticated;
27
Vue.prototype.$logout = logout;
28
Vue.config.productionTip = false;
0 commit comments