add frontend next

This commit is contained in:
NoeBerdoz
2025-04-12 19:20:39 +02:00
parent 9a44b7e67f
commit a1393663f4
3 changed files with 125 additions and 2 deletions

1
app.py
View File

@ -22,6 +22,7 @@ def new_game():
@app.route('/next', methods=['POST'])
@cross_origin() # allow all origins all methods
def next_client():
body = request.get_json()