From 6539dd5bf2dcd24210b52808f8b3ea6cc0dd1d93 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 12 May 2023 15:19:31 -0700 Subject: [PATCH] better --- examples/hello-world-flask.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/hello-world-flask.md b/examples/hello-world-flask.md index d9d321077..2d8f3ed78 100644 --- a/examples/hello-world-flask.md +++ b/examples/hello-world-flask.md @@ -9,7 +9,9 @@ *Add them? yes* *Added app.py to the git repo* *Committed new files with message: Initial commit: Added new files to the git repo: app.py* + --- + #### make a flask app with a /hello endpoint that returns hello world Ok, here are the changes: