mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 23:22:57 +01:00
Removed / from audit routes
This commit is contained in:
parent
333a3f3913
commit
c6847859b0
7 changed files with 27 additions and 30 deletions
|
|
@ -54,7 +54,7 @@ def create_app(root_injector: Injector) -> FastAPI:
|
|||
"http://192.168.1.98", "http://192.168.1.98:3000", "http://localhost:3000","https://globaldocquery.gibl.com.np/", "http://127.0.0.1/", "http://localhost/",
|
||||
"http://localhost:80", "http://192.168.1.131", 'http://192.168.1.131:3000'
|
||||
, "http://192.168.1.127", 'http://192.168.1.127:3000'
|
||||
, "http://192.168.1.89", 'http://192.168.1.89:3000'
|
||||
, "http://192.168.1.89", 'http://192.168.1.89:3000',
|
||||
],
|
||||
allow_methods=["DELETE", "GET", "POST", "PUT", "OPTIONS", "PATCH"],
|
||||
allow_headers=["*"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue