Skip to content

Commit

Permalink
swap BE to FE in clg
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratchet7x5 committed Dec 12, 2024
1 parent 7aa391c commit 5f076ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import AttendanceScreen from "./screens/AttendanceScreen.tsx";
import EventAttendanceSelectScreen from "./screens/EventAttendanceSelectScreen.tsx";
import { ExecRoute } from "@utils/AdminRouteProtection.tsx";

console.log(`Backend env vars :
console.log(`Frontend env vars :
VITE_API_URL=${import.meta.env.VITE_API_URL}
VITE_STRAPI_URL=${import.meta.env.VITE_STRAPI_URL},
VITE_APP_URL=${import.meta.env.VITE_APP_URL},
Expand Down

0 comments on commit 5f076ac

Please sign in to comment.