Skip to content

Commit

Permalink
Retest CD
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadSaeedGoda committed Mar 29, 2024
1 parent 7ce9868 commit 8680312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/auth/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ app.get('/public-key', (req, res) => {
app.use(bodyParser.json());

app.get('/ping', (req, res) => {
return res.send("pong!");
return res.send("pong again!");
});

app.use('/auth', authRouter);
Expand Down

0 comments on commit 8680312

Please sign in to comment.