xueyiming преди 9 месеца
родител
ревизия
8fa9b563e2
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      app.py

+ 2 - 2
app.py

@@ -17,8 +17,8 @@ def create_app():
     init_app()
 
     @app.route('/')
-    def hello_world():  # put application's code here
-        return 'Hello World!'
+    def index():  # put application's code here
+        return 'OK'
 
     @app.route('/recognize/url', methods=['POST'])
     def recognize_url():