Update app.py
Browse files
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():
|