We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878e4c8 commit f678149Copy full SHA for f678149
1 file changed
src/app.js
@@ -22,7 +22,7 @@ app.use(express.static(path.join(__dirname, '../public')));
22
23
// API routes
24
app.use('/api', apiRoutes);
25
-app.use('/health', healthRoutes);
+app.use('/api/health', healthRoutes);
26
27
// 404 handler
28
0 commit comments