mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix Register II
This commit is contained in:
parent
20e45b7a2e
commit
02907fd2e7
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ module.exports = Metrics =
|
|||
|
||||
injectMetricsRoute: (app) ->
|
||||
app.get('/metrics', (req, res) ->
|
||||
res.set('Content-Type', register.contentType)
|
||||
res.end(register.metrics())
|
||||
res.set('Content-Type', Register.contentType)
|
||||
res.end(Register.metrics())
|
||||
)
|
||||
|
||||
buildPromKey: (key = "")->
|
||||
|
|
Loading…
Reference in a new issue