Spaces:
Runtime error
Runtime error
no message
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from flask import Flask, jsonify
|
|
8 |
DEBUG_MODE = False
|
9 |
|
10 |
|
11 |
-
|
12 |
def endpoint1():
|
13 |
# Your logic for the first endpoint
|
14 |
#return jsonify({"message": "Endpoint 1"})
|
|
|
8 |
DEBUG_MODE = False
|
9 |
|
10 |
|
11 |
+
#@app.route('/api/test1', methods=['GET'])
|
12 |
def endpoint1():
|
13 |
# Your logic for the first endpoint
|
14 |
#return jsonify({"message": "Endpoint 1"})
|