feat: Update endpoint /login
This commit is contained in:
parent
11587455eb
commit
0b49fcb6bc
@ -1,5 +1,6 @@
|
|||||||
from fastapi import APIRouter
|
from fastapi import APIRouter
|
||||||
|
|
||||||
|
#this is the router
|
||||||
router = APIRouter()
|
router = APIRouter()
|
||||||
|
|
||||||
@router.post("/login")
|
@router.post("/login")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user