mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
4 lines
142 B
TypeScript
4 lines
142 B
TypeScript
export const AUTH_SERVER_URL = "/api/.auth";
|
|
export const REFINE_API_URL = "/api/.refine";
|
|
export const AUTH_TRIGGER_API_PATH = "/api/login";
|