Feat: freetracker auth stubs #47
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/freetracker-auth-stubs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
c2a781455f
tob70ac7c183
@ -0,0 +2,4 @@
const router = Router()
router.post('/auth/login', (req, res) => {
Точно хотите auth тут оставить?
в url будет дублирование что бы сюда добраться
/auth/auth/login
Checkout
From your project repository, check out a new branch and test the changes.