1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00

ghostwheel42's suggestion

This commit is contained in:
Florent Daigniere 2022-03-17 11:38:22 +01:00
parent 3aa735cc2d
commit 83140322e0

View File

@ -91,8 +91,7 @@ def autoconfig_microsoft():
</Autodiscover>'''
return flask.Response(xml, mimetype='text/xml', status=200)
except:
pass
return flask.abort(400)
return flask.abort(400)
@internal.route("/autoconfig/apple")
def autoconfig_apple():