Initial commit
This commit is contained in:
10
api/hooks/config-client.js
Normal file
10
api/hooks/config-client.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const release = "tibi-docs.dirty"
|
||||
|
||||
// @ts-ignore
|
||||
if (release && typeof context !== "undefined") {
|
||||
context.response.header("X-Release", release)
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
release,
|
||||
}
|
||||
Reference in New Issue
Block a user