Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 9a5c943

Browse files
committed
identify which functions-framework is being used
1 parent fae0a90 commit 9a5c943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions-framework/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def function(request):
2-
return "👋 Hello from functions-framework"
2+
return "👋 Hello from python functions-framework"

0 commit comments

Comments
 (0)