From 140ff3e3aeee1d6234cb3c152708dd6d0a663015 Mon Sep 17 00:00:00 2001 From: canglan Date: Sat, 18 Jul 2026 01:30:14 +0800 Subject: [PATCH] fix: remove duplicate closing brace in auth.js --- backend/routes/auth.js | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/routes/auth.js b/backend/routes/auth.js index dd25f2a..6e792cd 100644 --- a/backend/routes/auth.js +++ b/backend/routes/auth.js @@ -107,7 +107,6 @@ router.post('/verify-email', async (req, res) => { res.status(500).json({ error: '服务器内部错误' }); } }); -}); router.post('/login', async (req, res) => { try {