first commit
This commit is contained in:
3
app/notifications/router.py
Normal file
3
app/notifications/router.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter(prefix="/notifications", tags=["notifications"])
|
||||
Reference in New Issue
Block a user