aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/config.ts
blob: 9d7af47b6d8a3476eec3c51f55c51bd1db220ec3 (plain)
1
2
export const BASE_PATH = import.meta.env.BASE_URL || "/";
export const API_BASE_PATH = `${BASE_PATH}api/`;