mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 16:53:38 +00:00
fix(networking): update MINIO_ENDPOINT to use public URL and allow trailing slashes in FastAPI
This commit is contained in:
@@ -9,7 +9,7 @@ from app.db.session import lifespan
|
||||
|
||||
|
||||
settings = get_settings()
|
||||
app = FastAPI(title=settings.project_name, lifespan=lifespan, redirect_slashes=False)
|
||||
app = FastAPI(title=settings.project_name, lifespan=lifespan)
|
||||
|
||||
app.add_middleware(
|
||||
CORSMiddleware,
|
||||
|
||||
Reference in New Issue
Block a user