mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user