mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 05:13:32 +00:00
bugfix: connect to remote server
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
// TODO: should be defined dynamically?
|
||||
export const serverURL = 'http://localhost:4001/';
|
||||
export const serverURL = 'http://localhost';
|
||||
export const NODE_PORT = 4001;
|
||||
|
||||
Reference in New Issue
Block a user