/security-auditor skills changes done
This commit is contained in:
@@ -52,7 +52,7 @@ app.add_middleware(
|
||||
allow_origins=cors_origins,
|
||||
allow_credentials=True,
|
||||
allow_methods=["GET", "POST", "PUT", "DELETE", "OPTIONS"],
|
||||
allow_headers=["*"],
|
||||
allow_headers=["Authorization", "Content-Type"],
|
||||
)
|
||||
|
||||
# Include routers
|
||||
|
||||
Reference in New Issue
Block a user