Skip to content

Commit

Permalink
bug fix and server ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeringdal committed May 31, 2021
1 parent ac42aaa commit 68190b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/shared/infra/http/api/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { userRouter } from '../../../../modules/user/infra/http/routes';
const v1Router = express.Router();

v1Router.get('/', (req, res) => {
return res.json({ message: 'Ofc we are up ...' });
return res.json({ message: 'Ofc we are up!' });
});

v1Router.use('/account', accountRouter);
Expand Down

0 comments on commit 68190b2

Please sign in to comment.