Skip to content

Commit 0d137b0

Browse files
committed
localhost removed
1 parent 69c7522 commit 0d137b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ function logout() {
2121

2222
Vue.prototype.$http = axios;
2323
// debugging only
24-
Vue.prototype.$backend_address = 'http://localhost:5000';
25-
// Vue.prototype.$backend_address = '';
24+
// Vue.prototype.$backend_address = 'http://localhost:5000';
25+
Vue.prototype.$backend_address = '';
2626
Vue.prototype.$is_authenticated = isAuthenticated;
2727
Vue.prototype.$logout = logout;
2828
Vue.config.productionTip = false;

0 commit comments

Comments
 (0)