Geek7 commited on
Commit
d11001a
Β·
verified Β·
1 Parent(s): 1c7f037

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -12
app.py CHANGED
@@ -22,18 +22,7 @@ def get_latest_version():
22
  @app.route('/api/features')
23
  def get_features():
24
  features = [
25
- {"name": "πŸš€ Fast", "description": "Quick response time with optimized performance."},
26
- {"name": "πŸš€ Fast", "description": "Quick response time with optimized performance."},
27
- {"name": "πŸš€ Fast", "description": "Quick response time with optimized performance."},
28
- {"name": "πŸš€ Fast", "description": "Quick response time with optimized performance."},
29
- {"name": "πŸš€ Fast", "description": "Quick response time with optimized performance."},
30
- {"name": "πŸš€ Fast", "description": "Quick response time with optimized performance."},
31
- {"name": "πŸš€ Fast", "description": "Quick response time with optimized performance."},
32
- {"name": "πŸš€ Fast", "description": "Quick response time with optimized performance."},
33
- {"name": "πŸš€ Fast", "description": "Quick response time with optimized performance."},
34
- {"name": "πŸš€ Fast", "description": "Quick response time with optimized performance."},
35
- {"name": "πŸš€ Fast", "description": "Quick response time with optimized performance."},
36
- {"name": "πŸš€ Fast", "description": "Quick response time with optimized performance."}
37
 
38
 
39
  ]
 
22
  @app.route('/api/features')
23
  def get_features():
24
  features = [
25
+ # {"name": "πŸš€ Fast", "description": "Quick response time with optimized performance."}
 
 
 
 
 
 
 
 
 
 
 
26
 
27
 
28
  ]