Skip to content

Commit 1b6ac6f

Browse files
committed
testing new pipeline with a function change
1 parent 4742467 commit 1b6ac6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functions/adoption/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def dispatcher(request):
1010
if request.method == "OPTIONS":
1111
return respond_cors()
1212

13-
# Set CORS headers for the main request
1413
headers = {"Access-Control-Allow-Origin": "*"}
1514
args = request.args.to_dict()
1615

0 commit comments

Comments
 (0)