Update app.py
Browse files
app.py
CHANGED
@@ -38,17 +38,8 @@ def get_features():
|
|
38 |
@app.route('/api/features2')
|
39 |
def get_features2():
|
40 |
features = [
|
41 |
-
|
42 |
-
|
43 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
44 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
45 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
46 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
47 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
48 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
49 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
50 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."}
|
51 |
-
|
52 |
|
53 |
]
|
54 |
return jsonify(features)
|
|
|
38 |
@app.route('/api/features2')
|
39 |
def get_features2():
|
40 |
features = [
|
41 |
+
# {"name": "π Fast", "description": "Quick response time with optimized performance."}
|
42 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
]
|
45 |
return jsonify(features)
|