Files
eventspace/frontend/src/lib/constants/common.ts
Felipe Cardoso 479cb7ade8
All checks were successful
Build and Push Docker Images / changes (push) Successful in 4s
Build and Push Docker Images / build-backend (push) Has been skipped
Build and Push Docker Images / build-frontend (push) Successful in 1m12s
Switch backend to production API and adjust headers for auth
Updated the backend API URL to production across configurations and removed unused bearer security schemes in SDK. Introduced optional `authorization` headers in type definitions to handle authentication dynamically.
2025-03-17 12:33:08 +01:00

5 lines
238 B
TypeScript

export const RESERVED_SLUGS = ["new", "edit", "delete", "settings"];
export const BACKEND_API_URL = "https://api.eventspace.pragmazest.com";
export const APP_URL =
process.env.NEXT_PUBLIC_APP_URL || "https://eventspace.pragmazest.com";