Skip to content

Commit

Permalink
UPDATE : updated API req
Browse files Browse the repository at this point in the history
  • Loading branch information
judemin committed Mar 4, 2024
1 parent 835b93b commit bd33ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const router = express.Router();

router.post('/signup', signup);

router.get('/login', login);
router.post('/login', login);

router.get('/renewToken', verifyRefreshToken, renewAccessToken);

Expand Down

0 comments on commit bd33ecd

Please sign in to comment.