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:
parent
3aa735cc2d
commit
83140322e0
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user