Skip to content

Commit

Permalink
Consistent formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LowkeyCoding committed Nov 2, 2023
1 parent b1d6dd3 commit a80ea7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stregsystem/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def handle_preflight(req):

CorsMiddleware.set_origin_access(req, res)
res['access-control-allow-methods'] = 'POST, GET, OPTIONS, DELETE'
res['Access-Control-Allow-Headers'] = 'Content-type'
res['access-control-allow-headers'] = 'content-type'
res['access-control-max-age'] = '86400'

return res

0 comments on commit a80ea7d

Please sign in to comment.