From 0be357bb60a2bc4523056aba34add78b715211f5 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 19 Dec 2023 13:08:22 -0500 Subject: Add fig-frontend --- fig-frontend/client/src/config.ts | 3 +++ 1 file changed, 3 insertions(+) create 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 new file mode 100644 index 0000000..5498e16 --- /dev/null +++ b/fig-frontend/client/src/config.ts @@ -0,0 +1,3 @@ +export const URL = "http://localhost:8000"; +export const API_URL = "http://localhost:8000/api"; +export const CLIENT_ID = "q486jugzn2my4iw6l181o006ugye4j"; -- cgit v1.2.3