From 7ce6eb09b198e796301dbd7c3e4b23441e2d46ae Mon Sep 17 00:00:00 2001 From: Danijel Andjelkovic Date: Mon, 7 Mar 2022 19:25:58 +0100 Subject: Linked frontend to backend, but backend needs to enable CORS. --- frontend/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/config.ts') 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 -- cgit v1.2.3