mirror of https://github.com/status-im/codimd.git
Fix test:ci error in app.js.
Signed-off-by: tarlety <tarlety@gmail.com>
This commit is contained in:
parent
09eb8556db
commit
6c4fd144f5
4
app.js
4
app.js
|
@ -59,8 +59,8 @@ var server = createHttpServer()
|
|||
|
||||
// API and process monitoring with Prometheus for Node.js micro-service
|
||||
app.use(apiMetrics({
|
||||
metricsPath: "/metrics/router",
|
||||
excludeRoutes: ["/metrics/codimd"]
|
||||
metricsPath: '/metrics/router',
|
||||
excludeRoutes: ['/metrics/codimd']
|
||||
}))
|
||||
|
||||
// logger
|
||||
|
|
Loading…
Reference in New Issue