소스 검색

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)