Skip to content

Commit

Permalink
fix(download): remote invalid argument
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jan 1, 2024
1 parent 43e86da commit b0c2f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudrun/src/download/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
CORS(app)


@app.post("/process_job", methods=["POST"])
@app.post("/process_job")
def process_job():
"""
Kicked off by eventarc event triggered when a new document is added to firestore
Expand Down

0 comments on commit b0c2f0a

Please sign in to comment.