Skip to content

Commit

Permalink
🧐 chore: test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay authored Dec 22, 2023
1 parent 0f62fc7 commit b4d6531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion function_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def hello(
req: func.HttpRequest,
) -> func.HttpResponse:
"""Return a simple hello world."""
return func.HttpResponse("Hello world!!")
return func.HttpResponse("Hello world!")


@app.route(route="echo", auth_level=func.AuthLevel.ANONYMOUS)
Expand Down

0 comments on commit b4d6531

Please sign in to comment.