Geek7 commited on
Commit
21b0446
·
verified ·
1 Parent(s): ee84822

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def get_valid_moves(board, row, col, color, is_king):
46
 
47
  @app.route('/')
48
  def index():
49
- return "" # Ensure 'templates/client.html' exists
50
 
51
  @app.route('/state')
52
  def game_state():
 
46
 
47
  @app.route('/')
48
  def index():
49
+ return "Hi" # Ensure 'templates/client.html' exists
50
 
51
  @app.route('/state')
52
  def game_state():