This commit is contained in:
Eden Kirin
2024-01-15 23:33:23 +01:00
parent f220d08800
commit 8bc736114c
26 changed files with 20149 additions and 0 deletions

1
frontend/src/const.js Normal file
View File

@ -0,0 +1 @@
export const API_URL = process.env.REACT_APP_BACKEND_API_URL || "http://localhost:10000";