This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const release = "tibi-docs.dirty"
|
||||
|
||||
const apiClientBaseURL = "/api/"
|
||||
// @ts-ignore
|
||||
if (release && typeof context !== "undefined") {
|
||||
context.response.header("X-Release", release)
|
||||
@@ -7,4 +7,5 @@ if (release && typeof context !== "undefined") {
|
||||
|
||||
module.exports = {
|
||||
release,
|
||||
apiClientBaseURL,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user