add bucket in CRD
All checks were successful
Build and Publish / build-release (push) Successful in 44s

This commit is contained in:
2026-04-24 14:05:28 -05:00
parent 7e91a385f4
commit ff3d93e933
8 changed files with 32 additions and 15 deletions

View File

@@ -2,7 +2,6 @@ from fastapi import FastAPI
from fastapi.middleware.cors import CORSMiddleware
from fastapi.openapi.utils import get_openapi
from app.routers import documents
from app.config import settings
from app.logger import setup_logging
from app.middleware.auth import AuthMiddleware