Skip to content

Commit 6c4fd14

Browse files
committed
Fix test:ci error in app.js.
Signed-off-by: tarlety <[email protected]>
1 parent 09eb855 commit 6c4fd14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ var server = createHttpServer()
5959

6060
// API and process monitoring with Prometheus for Node.js micro-service
6161
app.use(apiMetrics({
62-
metricsPath: "/metrics/router",
63-
excludeRoutes: ["/metrics/codimd"]
62+
metricsPath: '/metrics/router',
63+
excludeRoutes: ['/metrics/codimd']
6464
}))
6565

6666
// logger

0 commit comments

Comments
 (0)