ソースを参照

[update] 集成Gunicorn

jhao 7 年 前
コミット
a418306f2b
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Api/ProxyApi.py

+ 2 - 2
Api/ProxyApi.py

@@ -118,5 +118,5 @@ def runFlaskWithGunicorn():
 
 
 if __name__ == '__main__':
-    # runFlask()
-    runFlaskWithGunicorn()
+    runFlask()
+    # runFlaskWithGunicorn()