diff options
Diffstat (limited to 'frontend/src/config.json')
-rw-r--r-- | frontend/src/config.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/config.json b/frontend/src/config.json new file mode 100644 index 00000000..f30f99bd --- /dev/null +++ b/frontend/src/config.json @@ -0,0 +1,4 @@ +{ + "apiURL": "http://localhost:5283/api", + "apiWSUrl": "ws://localhost:5283/api/websocket/ws" +}
\ No newline at end of file |