add push notification support
This commit is contained in:
parent
6a69c5a34d
commit
1b1dcc3755
12 changed files with 175 additions and 10 deletions
4
cef_3M/endpoints/account.py
Normal file
4
cef_3M/endpoints/account.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from . import router
|
||||
from fastapi import UploadFile, Request, Depends
|
||||
|
||||
from ..auth import JWTBearer
|
||||
Loading…
Add table
Add a link
Reference in a new issue