danielthatu12 commited on
Commit
b71c37e
·
verified ·
1 Parent(s): e5af965

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ except Exception as e:
48
  logger.warning(f"Auto-initialization failed, will retry on first request: {e}")
49
 
50
 
51
- @app.route('')
52
  def home():
53
  return jsonify({
54
  "status": "success",
 
48
  logger.warning(f"Auto-initialization failed, will retry on first request: {e}")
49
 
50
 
51
+ @app.route('/')
52
  def home():
53
  return jsonify({
54
  "status": "success",