Tree: Format

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri 2024-07-22 12:24:34 -04:00
parent 21516bd7b5
commit ad4d17bca2

View file

@ -14,7 +14,7 @@ app = FastAPI(
"This docs page is not meant to send requests! Please use a service "
"like Postman or a frontend UI."
),
dependencies=[Depends(add_request_id)]
dependencies=[Depends(add_request_id)],
)
# ALlow CORS requests