Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,14 +29,13 @@ def get_game_votes():
|
|
| 29 |
|
| 30 |
@app.route('/', methods=['GET'])
|
| 31 |
def health_check():
|
| 32 |
-
"""
|
| 33 |
return jsonify({
|
| 34 |
"status": "good",
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"/v1/games/votes": "GET"
|
| 38 |
}
|
| 39 |
})
|
| 40 |
-
|
| 41 |
if __name__ == '__main__':
|
| 42 |
app.run(host='0.0.0.0', port=7860, debug=False)
|
|
|
|
| 29 |
|
| 30 |
@app.route('/', methods=['GET'])
|
| 31 |
def health_check():
|
| 32 |
+
"""check"""
|
| 33 |
return jsonify({
|
| 34 |
"status": "good",
|
| 35 |
+
"message": "miror",
|
| 36 |
+
"endpoints": {
|
| 37 |
+
"/v1/games/votes": "GET - "
|
| 38 |
}
|
| 39 |
})
|
|
|
|
| 40 |
if __name__ == '__main__':
|
| 41 |
app.run(host='0.0.0.0', port=7860, debug=False)
|