jerrrycans commited on
Commit
d7b5e39
·
verified ·
1 Parent(s): 65ba441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -29,14 +29,13 @@ def get_game_votes():
29
 
30
  @app.route('/', methods=['GET'])
31
  def health_check():
32
- """checl"""
33
  return jsonify({
34
  "status": "good",
35
- "hi",
36
- "current end": {
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)