Skip to content

Commit

Permalink
Update findjobroutes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
parisvacation authored Dec 9, 2024
1 parent 1b1f1f6 commit dafac15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/server/src/routes/findjobroutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ router.post('/enroll-and-fetch-jobs', async (req: Request, res: Response) => {
}
});

// 添加测试路由
router.get('/test', (req: Request, res: Response) => {
res.json({ message: 'FindJob routes are working!' });
});
Expand Down

0 comments on commit dafac15

Please sign in to comment.