feat: Update endpoint books
This commit is contained in:
parent
89441eaf6b
commit
e86a786082
@ -4,8 +4,8 @@ from fastapi import APIRouter, Depends, HTTPException, status
|
||||
from sqlalchemy.orm import Session
|
||||
from typing import List
|
||||
from core.database import get_db
|
||||
from core.models.book import Book
|
||||
from core.schemas.book import BookSchema
|
||||
from models.book import Book
|
||||
from schemas.book import BookSchema
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user