Removed / from audit routes

This commit is contained in:
Saurab-Shrestha 2024-05-07 15:41:28 +05:45
parent 333a3f3913
commit c6847859b0
7 changed files with 27 additions and 30 deletions

View file

@ -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=["*"],