save
This commit is contained in:
@@ -9,8 +9,9 @@ from fastapi.staticfiles import StaticFiles
|
||||
from src.dependecies import authenticate_user
|
||||
from src.routers.routers import router
|
||||
from src.routers.post import post
|
||||
from src.routers.history_find import history
|
||||
from src.routers.history_find import history_find
|
||||
from src.routers.post_save import post_save
|
||||
from src.routers.history import history
|
||||
|
||||
import base64
|
||||
import binascii
|
||||
@@ -61,5 +62,6 @@ async def authenticate(request: Request, call_next):
|
||||
# ================= Routers inclusion from src directory ===============
|
||||
app.include_router(post)
|
||||
app.include_router(router)
|
||||
app.include_router(history)
|
||||
app.include_router(history_find)
|
||||
app.include_router(post_save)
|
||||
app.include_router(history)
|
||||
|
||||
Reference in New Issue
Block a user