Tree: Format
Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
21516bd7b5
commit
ad4d17bca2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue