ソースを参照

redirect to the installer script instead

Eren Yilmaz 6 年 前
コミット
0dd6f82142
1 ファイル変更1 行追加1 行削除
  1. 1 1
      run_server.py

+ 1 - 1
run_server.py

@@ -48,7 +48,7 @@ if __name__ == '__main__':
 
     @route('/', method='GET')
     def process():
-        redirect('http://koljastrohm-games.com/downloads/orderer.zip')
+        redirect('http://koljastrohm-games.com/downloads/orderer_installer.zip')
 
 
     run(host='0.0.0.0', port=connection.port, debug=debug)