aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/config.ts
diff options
context:
space:
mode:
authorDanijel Andjelkovic <adanijel99@gmail.com>2022-03-07 19:25:58 +0100
committerDanijel Andjelkovic <adanijel99@gmail.com>2022-03-07 19:25:58 +0100
commit7ce6eb09b198e796301dbd7c3e4b23441e2d46ae (patch)
tree1f44e61b56441e48160863db533a48d4ace077ff /frontend/src/config.ts
parent5e13228f88cc0be48b12809c73b97eff50ce8bf1 (diff)
Linked frontend to backend, but backend needs to enable CORS.
Diffstat (limited to 'frontend/src/config.ts')
-rw-r--r--frontend/src/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/config.ts b/frontend/src/config.ts
index b14670ea..8c48672e 100644
--- a/frontend/src/config.ts
+++ b/frontend/src/config.ts
@@ -1,3 +1,3 @@
export const API_SETTINGS = {
- apiURL: 'http://localhost:5000/api'
+ apiURL: 'http://localhost:5283/api'
} \ No newline at end of file