aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/config.ts')
-rw-r--r--frontend/src/config.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/src/config.ts b/frontend/src/config.ts
new file mode 100644
index 00000000..8c48672e
--- /dev/null
+++ b/frontend/src/config.ts
@@ -0,0 +1,3 @@
+export const API_SETTINGS = {
+ apiURL: 'http://localhost:5283/api'
+} \ No newline at end of file