feat: Update endpoint library
This commit is contained in:
parent
9e96e90570
commit
da6064e7f2
@ -3,9 +3,9 @@ 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.models.author import Author
|
||||
from core.schemas.book import BookSchema
|
||||
from models.book import Book
|
||||
from models.author import Author
|
||||
from schemas.book import BookSchema
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user