This commit is contained in:
2018-10-17 05:15:25 -07:00
parent aab3705897
commit 033e91f8df
+2 -1
View File
@@ -29,7 +29,8 @@ Write out a ``api.py``::
async def hello(req, resp):
resp.text = "hello, world!"
api.run()
if __name__ == "__main__":
api.run()
Write out a ``Procfile``::