Feat: freetracker auth stubs #47

Open
rrodya wants to merge 1 commits from feat/freetracker-auth-stubs into master
Member
No description provided.
rrodya added 1 commit 2024-12-14 05:02:03 +03:00
rrodya force-pushed feat/freetracker-auth-stubs from c2a781455f to b70ac7c183 2024-12-14 05:03:49 +03:00 Compare
primakov requested changes 2024-12-15 20:01:55 +03:00
@ -0,0 +2,4 @@
const router = Router()
router.post('/auth/login', (req, res) => {
Owner

Точно хотите auth тут оставить?

в url будет дублирование что бы сюда добраться
/auth/auth/login

Точно хотите auth тут оставить? в url будет дублирование что бы сюда добраться /auth/auth/login
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/freetracker-auth-stubs:feat/freetracker-auth-stubs
git checkout feat/freetracker-auth-stubs
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bro-students/multy-stub#47
No description provided.