Skip to content

Commit ff63f58

Browse files
committed
Add some temp files to try to host on heroku
1 parent e423588 commit ff63f58

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: gunicorn app:app
1+
web: gunicorn app:main

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
setup()
99

10+
1011
@app.route("/test")
1112
def get_test():
1213
return "Hello World"

0 commit comments

Comments
 (0)