MIYASAJID19 commited on
Commit
74d24b3
·
verified ·
1 Parent(s): fb5d020

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -913,13 +913,13 @@ def fetch_market_data(symbol: str, days: int = 30) -> Optional[pd.DataFrame]:
913
 
914
 
915
  app = create_app()
916
- @app.route("/", methods=["GET"])
917
- def root():
918
- return jsonify({
919
- "status": "ok",
920
- "service": API_TITLE,
921
- "version": API_VERSION
922
- }), 200
923
 
924
  if __name__ == "__main__":
925
  port = int(os.environ.get("PORT", "5000"))
 
913
 
914
 
915
  app = create_app()
916
+ # @app.route("/", methods=["GET"])
917
+ # def root():
918
+ # return jsonify({
919
+ # "status": "ok",
920
+ # "service": API_TITLE,
921
+ # "version": API_VERSION
922
+ # }), 200
923
 
924
  if __name__ == "__main__":
925
  port = int(os.environ.get("PORT", "5000"))