Refactor: Remove Proxy Dependency (#44)
Unit Tests / unit-tests (push) Waiting to run

This commit is contained in:
Jayden Pyles
2024-11-12 17:30:07 -06:00
committed by GitHub
parent 1dfd3ca92a
commit b3bf780eda
12 changed files with 77 additions and 164 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ logging.basicConfig(
LOG = logging.getLogger(__name__)
app = FastAPI(title="api")
app = FastAPI(title="api", root_path="/api")
app.add_middleware(
CORSMiddleware,