Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ s3 = boto3.client(
|
|
| 23 |
|
| 24 |
@app.route("/")
|
| 25 |
def home():
|
| 26 |
-
return jsonify({"message": "Welcome to No-Code Architect's Toolkit"
|
| 27 |
|
| 28 |
@app.route("/list-files")
|
| 29 |
def list_files():
|
|
|
|
| 23 |
|
| 24 |
@app.route("/")
|
| 25 |
def home():
|
| 26 |
+
return jsonify({"message": "Welcome to No-Code Architect's Toolkit"})
|
| 27 |
|
| 28 |
@app.route("/list-files")
|
| 29 |
def list_files():
|