Add route

/launcher/realms/zwift/protocol/openid-connect/registrations

requested by Windows launcher 1.0.50 on a clean install
This commit is contained in:
oldnapalm
2020-04-12 18:11:36 -03:00
committed by GitHub
parent 9bc25e3b80
commit 391506c600
+1
View File
@@ -625,6 +625,7 @@ def auth_rb():
@app.route('/launcher', methods=['GET'])
@app.route('/launcher/realms/zwift/protocol/openid-connect/auth', methods=['GET'])
@app.route('/launcher/realms/zwift/protocol/openid-connect/registrations', methods=['GET'])
@app.route('/auth/realms/zwift/protocol/openid-connect/auth', methods=['GET'])
@app.route('/auth/realms/zwift/login-actions/request/login', methods=['GET', 'POST'])
@app.route('/auth/realms/zwift/protocol/openid-connect/registrations', methods=['GET'])