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