diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 08:36:18 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-09 08:36:18 +0000 |
commit | 801b1ddcdb04721b290bc600b55f65ca3d8b5743 (patch) | |
tree | 765869b5a9cdb973c8cbcd99a599e87f9fb07331 /wk9/lect/app.py | |
parent | baefe9643c06efe7cb555802a32787fb4076ee79 (diff) |
Tue, Jul 9, 2024, 1:36 AM -07:00
Diffstat (limited to 'wk9/lect/app.py')
-rw-r--r-- | wk9/lect/app.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/wk9/lect/app.py b/wk9/lect/app.py deleted file mode 100644 index bb88884..0000000 --- a/wk9/lect/app.py +++ /dev/null @@ -1,7 +0,0 @@ -from flask import Flask, render_template, request - -app = Flask(__name__) - -@app.route("/") -def index(): - return "hello, world" |