Преглед на файлове

修改 hello -> healthcheck

罗俊辉 преди 1 година
родител
ревизия
164580093c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      applications/routes.py

+ 1 - 1
applications/routes.py

@@ -8,7 +8,7 @@ from applications.functions import ParamProcess
 video_score_blueprint = Blueprint('light_gbm_score', __name__)
 
 
-@video_score_blueprint.route('/hello')
+@video_score_blueprint.route('/healthcheck')
 async def hello():
     """
     Hello World Test