Skip to content

Commit

Permalink
Update mainRoute.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RamaRaju-vj committed Apr 16, 2024
1 parent c3fd0bc commit 74da416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-routes/mainRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ const healthzRoute = require('./routes/healthz');
const userRoute = require('./routes/user'); // Import the user route

mainRoute.use('/healthz', healthzRoute);
mainRoute.use('/v1/user', userRoute); // Use the user route for the specified path
mainRoute.use('/v2/user', userRoute); // Use the user route for the specified path

module.exports = mainRoute;

0 comments on commit 74da416

Please sign in to comment.