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