Geek7 commited on
Commit
34284fa
·
verified ·
1 Parent(s): 5447d81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +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
 
27
 
28
  ]
 
22
  @app.route('/api/features')
23
  def get_features():
24
  features = [
25
+ {"name": "🚀 Fast", "description": "Quick response time with optimized performance."}
26
 
27
 
28
  ]