Skip to content

Commit

Permalink
updated new route
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinn-github09 committed Jan 1, 2025
1 parent f525ce1 commit 59510a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ server.disable('x-powered-by');
// server.use('api/auth', authrouter);
// server.use('api/student', studentrouter);
// server.use('api/manager', managerrouter);
// New routes
server.use('/api/auth', authrouter);
server.use('/api/student', studentrouter);
server.use('/api/manager', managerrouter);
Expand Down

0 comments on commit 59510a3

Please sign in to comment.