Skip to content

Commit

Permalink
Fixed middleware class
Browse files Browse the repository at this point in the history
  • Loading branch information
johncanthony committed Sep 5, 2024
1 parent cea420a commit 6d4fefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ManagerAPI/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"https://mac.memant.net"
]

app.add_middleware(
managerAPI.add_middleware(
CORSMiddleware,
allow_origins=origins,
allow_credentials=True,
Expand Down

0 comments on commit 6d4fefb

Please sign in to comment.