canoncial
All checks were successful
deploy to production / deploy (push) Successful in 47s

This commit is contained in:
2023-11-19 18:04:16 +00:00
parent 86d5449213
commit 86d8720c00
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
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)