Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoria Hall committed Jan 28, 2025
1 parent 5bc48f0 commit 2d45c1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def underscore_suffix(req_: func.HttpRequest) -> func.HttpResponse:
return func.HttpResponse(f"Hello, {name}.")

@app.route(route="ultimate_combo", trigger_arg_name="_req_snake_snake_snake_snake_")
def classic_snake_case(_req_snake_snake_snake_snake_: func.HttpRequest)\
def ultimate_combo(_req_snake_snake_snake_snake_: func.HttpRequest)\
-> func.HttpResponse:
name = _req_snake_snake_snake_snake_.params.get('name')
return func.HttpResponse(f"Hello, {name}.")

0 comments on commit 2d45c1e

Please sign in to comment.