From dafac15689fbcb74edea54b8319d83099897efc6 Mon Sep 17 00:00:00 2001 From: libin2 <123470643+parisvacation@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:08:49 -0600 Subject: [PATCH] Update findjobroutes.ts --- project/server/src/routes/findjobroutes.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/project/server/src/routes/findjobroutes.ts b/project/server/src/routes/findjobroutes.ts index 3872305..dca6393 100644 --- a/project/server/src/routes/findjobroutes.ts +++ b/project/server/src/routes/findjobroutes.ts @@ -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!' }); });