From 88e2726fc1fc6cec2b9e63526ce4c0a1a04a2e98 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 1 Mar 2024 18:39:11 -0500 Subject: Add new frontend --- fig-frontend/client/src/config.ts | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 fig-frontend/client/src/config.ts (limited to 'fig-frontend/client/src/config.ts') diff --git a/fig-frontend/client/src/config.ts b/fig-frontend/client/src/config.ts deleted file mode 100644 index e001107..0000000 --- a/fig-frontend/client/src/config.ts +++ /dev/null @@ -1,4 +0,0 @@ -export const URL = "http://localhost:8000"; -export const API_URL = `${URL}/api/`; -export const SCRIPT_URL = `${URL}/js/`; -export const CLIENT_ID = "q486jugzn2my4iw6l181o006ugye4j"; -- cgit v1.2.3