Skip to content

Commit 4321a36

Browse files
Black
1 parent 3fba676 commit 4321a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hug/routing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def allow_origins(
317317
response_headers = {}
318318
if origins:
319319

320-
@hug.response_middleware(api=self.route.get('api', None))
320+
@hug.response_middleware(api=self.route.get("api", None))
321321
def process_data(request, response, resource):
322322
if "ORIGIN" in request.headers:
323323
origin = request.headers["ORIGIN"]

0 commit comments

Comments
 (0)