Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
  • Loading branch information
alexellis committed May 31, 2019
1 parent 79e29c4 commit 77ee581
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template/python3-http/function/handler.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
def handle(event, context):
# TODO implement
return {
"statusCode": 200,
"body": "Hello from OpenFaaS!"
}
}

0 comments on commit 77ee581

Please sign in to comment.