bugfix: connect to remote server

This commit is contained in:
cv
2021-04-22 22:35:14 +02:00
parent f574c9db13
commit 13cc237c5c
5 changed files with 34 additions and 4 deletions
+2 -1
View File
@@ -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;