Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
argl committed Oct 9, 2024
1 parent bc9128d commit 924e704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpobs/website/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def wrapper(*args, **kwargs):
'Access-Control-Allow-Origin': '*',
'Access-Control-Allow-Methods': ', '.join(request.url_rule.methods),
'Access-Control-Max-Age': '86400',
'Access-Control-Allow-Headers': 'X-Deprecation-Override'
'Access-Control-Allow-Headers': 'X-Deprecation-Override',
}
)

Expand Down

0 comments on commit 924e704

Please sign in to comment.