Skip to content

Commit

Permalink
Remove unnecessary route config
Browse files Browse the repository at this point in the history
  • Loading branch information
francisli committed Mar 17, 2024
1 parent c93bb6a commit 716be05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/routes/root.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ export default async function (fastify, _opts) {
fastify.get('/', async function (_request, _reply) {
return { root: true };
});

fastify.register(import('./api/v1/users/index.js'), { prefix: '/user' });
}

0 comments on commit 716be05

Please sign in to comment.