feat: Update endpoint books
This commit is contained in:
parent
55a3edc750
commit
c33818c685
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user