Skip to content

Commit 3104a3d

Browse files
committed
chore: integrate recent UI improvements
1 parent 331a7af commit 3104a3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
export const environment = {
66
production: false,
77
// SERVER_API_URL: 'https://192.168.1.18/',
8-
SERVER_API_URL: 'https://192.168.1.22/',
8+
SERVER_API_URL: 'http://localhost:8080/',
99
SERVER_API_CONTEXT: '',
1010
SESSION_AUTH_TOKEN: window.location.host.split(':')[0].toLocaleUpperCase(),
1111
WEBSOCKET_URL: '//localhost:8080',

0 commit comments

Comments
 (0)