Fix the redirect to /webmail
This commit is contained in:
@@ -8,6 +8,11 @@ from email.mime import text
|
|||||||
from urllib import parse
|
from urllib import parse
|
||||||
|
|
||||||
|
|
||||||
|
@app.route('/home', methods=["GET"])
|
||||||
|
def home():
|
||||||
|
return flask.redirect('/webmail/')
|
||||||
|
|
||||||
|
|
||||||
@app.route('/', methods=["GET"])
|
@app.route('/', methods=["GET"])
|
||||||
@access.authenticated
|
@access.authenticated
|
||||||
def index():
|
def index():
|
||||||
|
|||||||
Reference in New Issue
Block a user