Skip to content

Commit 5295e0a

Browse files
committed
add gitignore and readme to templates
Signed-off-by: karthik Ganeshram <[email protected]>
1 parent 77379ea commit 5295e0a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
__pycache__
2+
*.wasm
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# A simple Spin HTTP component in Python

templates/http-py/content/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from spin_http import Response
22

3+
34
def handle_request(request):
45

56
return Response(200,

0 commit comments

Comments
 (0)