Add groupManager;
reduce cardmanager to creating and deleting for now; fix typo
This commit is contained in:
@@ -5,7 +5,7 @@ from typing import List
|
||||
from ..model.models import UserResponse, UserCreate, UserDB, UserUpdate
|
||||
from ..services.database import engine
|
||||
|
||||
user_router = APIRouter(tags=["users"])
|
||||
user_router = APIRouter(tags=["Users"])
|
||||
|
||||
def get_session():
|
||||
with Session(engine) as db:
|
||||
|
||||
Reference in New Issue
Block a user