Skip to content

Commit

Permalink
testing new pipeline with a function change
Browse files Browse the repository at this point in the history
  • Loading branch information
maceto committed Mar 1, 2024
1 parent 4742467 commit 1b6ac6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/adoption/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def dispatcher(request):
if request.method == "OPTIONS":
return respond_cors()

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

Expand Down

0 comments on commit 1b6ac6f

Please sign in to comment.