From 094d3e0e1370f2f8b3619ba6cea8b33ac83dceed Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 12 Jan 2024 14:54:22 -0500 Subject: Update frontend --- fig-frontend/client/src/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fig-frontend/client/src/config.ts') diff --git a/fig-frontend/client/src/config.ts b/fig-frontend/client/src/config.ts index 5498e16..e001107 100644 --- a/fig-frontend/client/src/config.ts +++ b/fig-frontend/client/src/config.ts @@ -1,3 +1,4 @@ export const URL = "http://localhost:8000"; -export const API_URL = "http://localhost:8000/api"; +export const API_URL = `${URL}/api/`; +export const SCRIPT_URL = `${URL}/js/`; export const CLIENT_ID = "q486jugzn2my4iw6l181o006ugye4j"; -- cgit v1.2.3