Skip to content

Commit adbd8fd

Browse files
committed
Removes custommiddleware test URL
1 parent cd1eaf9 commit adbd8fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main.py

-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ def get_application() -> FastAPI:
3131
allow_headers=Settings().CORS_ALLOW_HEADERS,
3232
)
3333

34-
app.add_middleware(
35-
CustomHeaderMiddleware
36-
)
37-
3834
app.include_router(
3935
api_router, prefix="",
4036
)

0 commit comments

Comments
 (0)