wm-AllKids-tibi2023/api/hooks/config-client.js
robin d6acf825c8
All checks were successful
deploy to production / deploy (push) Successful in 1m24s
test
2023-12-06 17:57:25 +00:00

12 lines
239 B
JavaScript

const release = "tibi-docs.dirty"
const apiClientBaseURL = "/api/"
// @ts-ignore
if (release && typeof context !== "undefined") {
context.response.header("X-Release", release)
}
module.exports = {
release,
apiClientBaseURL,
}