Skip to content

Commit 9410b21

Browse files
authored
Merge pull request #12 from karthik2804/templates/gitignore_readme
add gitignore and readme to templates
2 parents 77379ea + 5295e0a commit 9410b21

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)