auth/ is now an independent package
This commit is contained in:
+2
-1
@@ -2,7 +2,8 @@ from fastapi import FastAPI, Depends, HTTPException
|
||||
from strawberry import Schema
|
||||
from strawberry.fastapi import GraphQLRouter
|
||||
|
||||
from app.auth import router as auth_router, get_user_by_id, get_current_user
|
||||
from auth import router as auth_router, get_user_by_id, get_current_user
|
||||
|
||||
from app.db import engine, SessionLocal
|
||||
from app.models import Base, User
|
||||
from app.utils.format import get_image_url
|
||||
|
||||
Reference in New Issue
Block a user