@@ -0,0 +1,5 @@
+@echo off
+cd /d %~dp0
+nssm.exe install "Planner Webservice" "%~dp0webserver.bat"
+net start "Planner Webservice"
+pause
@@ -0,0 +1,4 @@
+echo Starte %1...
+D:\GAPS_BMW\Portal\Tasks\python\python.exe %1 %2 %3 %4
+echo %1 ausgefuehrt.
+cd /d %~dp0..
+call batch\python.bat main.py
@@ -9,6 +9,8 @@ app.register_blueprint(file_io.bp)
@app.route('/')
+@app.route('/login', methods=['GET'])
+@app.route('/select', methods=['GET'])
@app.route('/static/login')
@app.route('/static/select')
def home():
@@ -2,6 +2,6 @@
module = main
callable = app
master = true
-touch-reload = /app/uwsgi.ini
+touch-reload = /uwsgi.ini
# debug = true