Skip to content

Commit

Permalink
remove label of backend
Browse files Browse the repository at this point in the history
  • Loading branch information
simbayippy committed Nov 3, 2024
1 parent cb5d729 commit fd4604d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-service/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ app.use((req, res, next) => {
app.use(`${apiVersion}/users`, userRoutes);
app.use(`${apiVersion}/auth`, authRoutes);

// Getting status of the service.
// Getting status of the service
app.use(`${apiVersion}/ping`, (req, res, next) => {
res.json({
message: 'Hello World from user-service',
Expand Down

0 comments on commit fd4604d

Please sign in to comment.