Reformat with black for one file
This commit is contained in:
parent
c04ba73c8a
commit
dc40ab87ec
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ def main():
|
||||||
allow_origins=["*"],
|
allow_origins=["*"],
|
||||||
allow_credentials=True,
|
allow_credentials=True,
|
||||||
allow_methods=["*"],
|
allow_methods=["*"],
|
||||||
allow_headers=["*"]
|
allow_headers=["*"],
|
||||||
)
|
)
|
||||||
mcp_app.add_middleware(AuthenticationMiddleware)
|
mcp_app.add_middleware(AuthenticationMiddleware)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue