smartinezbragado commited on
Commit
af8dd0e
1 Parent(s): 3ffa158

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -7,9 +7,9 @@ app.register_blueprint(views, url_prefix='/')
7
 
8
  print(os.environ)
9
 
10
- @app.route('/', methods=['POST', 'GET'])
11
- def reddit_app_home():
12
- return
13
 
14
  if __name__ == '__main__':
15
  app.run(debug=True, host="0.0.0.0", port=7860)
 
7
 
8
  print(os.environ)
9
 
10
+ # @app.route('/', methods=['POST', 'GET'])
11
+ # def reddit_app_home():
12
+ # return
13
 
14
  if __name__ == '__main__':
15
  app.run(debug=True, host="0.0.0.0", port=7860)