mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 23:20:47 +02:00
Fix Register II
This commit is contained in:
@@ -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 = "")->
|
||||
|
||||
Reference in New Issue
Block a user