Skip to content

Commit

Permalink
fix(cors): Fix typo in docstring (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
greut authored Feb 23, 2023
1 parent a2a876c commit 7a53e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiohttp_middlewares/cors.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
app = web.Application(
middlewares=[
cors_middleware(
origings=CORS_ALLOW_ORIGINS,
origins=CORS_ALLOW_ORIGINS,
allow_methods=("POST", "PATCH"),
allow_headers=DEFAULT_ALLOW_HEADERS
+ ("X-Client-UID",),
Expand Down

0 comments on commit 7a53e46

Please sign in to comment.