Explorar o código

redirect to the installer script instead

Eren Yilmaz %!s(int64=6) %!d(string=hai) anos
pai
achega
0dd6f82142
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)