Skip to content

Commit 4713e01

Browse files
committed
Add support for queue metrics API
1 parent 6ba3812 commit 4713e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const apiAdminProxy = createProxyMiddleware("/api/admin", {
120120
});
121121

122122
/*
123-
Proxy All Other Administartion APIs
123+
Proxy Queue Metrics APIs
124124
*/
125125
const apiQeueMetricsProxy = createProxyMiddleware("/api/queue-metrics", {
126126
target: process.env.AXP_BASE_URL,

0 commit comments

Comments
 (0)