mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-01 03:27:31 +03:00
reformat to satisfy "black" check
This commit is contained in:
parent
70a64f5c67
commit
82e5d01f8f
@ -1,8 +1,8 @@
|
||||
from flask import request
|
||||
from app import app
|
||||
|
||||
|
||||
@app.route("/aws-sigv4", methods=["POST"])
|
||||
def aws_sigv4():
|
||||
auth = request.headers.get('Authorization')
|
||||
auth = request.headers.get("Authorization")
|
||||
return f"Received Authorization header: {auth}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user