feat: Update endpoint books

This commit is contained in:
Backend IM Bot 2025-03-26 17:55:44 +00:00
parent 55a3edc750
commit c33818c685

View File

@ -5,7 +5,7 @@ from sqlalchemy.orm import Session
from typing import List
from core.database import get_db
from models.book import Book
from core.schemas.book import BookSchema
from schemas.book import BookSchema
router = APIRouter()