From 06dbab2d68d582f1d13a14410b9bc083d53b2831 Mon Sep 17 00:00:00 2001 From: Backend IM Bot Date: Tue, 25 Mar 2025 23:19:50 +0000 Subject: [PATCH] Add GET endpoint for /library --- endpoints/library.get.py | 1 + 1 file changed, 1 insertion(+) diff --git a/endpoints/library.get.py b/endpoints/library.get.py index 0c4b7bc..5eab723 100644 --- a/endpoints/library.get.py +++ b/endpoints/library.get.py @@ -1,4 +1,5 @@ # Entity: Book + from fastapi import APIRouter, Depends, HTTPException, status from sqlalchemy.orm import Session from typing import List