wm-fontis-tibi-2023/frontend/src/config.ts
robin 86d8720c00
All checks were successful
deploy to production / deploy (push) Successful in 47s
canoncial
2023-11-19 18:04:16 +00:00

7 lines
217 B
TypeScript

import configClient from "../../api/hooks/config-client"
export const apiBaseURL = "/api/"
export const baseURL = "https://www.fontis.de"
export const release = configClient.release
console.log("Release: ", release)