Merge branch 'fix-sso-1929' of github.com:Diman0/Mailu into fix-sso-1929
commit
da788ddee3
@ -1,5 +1,5 @@
|
||||
from flask import Blueprint
|
||||
|
||||
sso = Blueprint('sso', __name__, static_folder='static', template_folder='templates')
|
||||
sso = Blueprint('sso', __name__, template_folder='templates')
|
||||
|
||||
from mailu.sso.views import *
|
||||
|
@ -1,5 +0,0 @@
|
||||
from flask import Blueprint
|
||||
|
||||
static = Blueprint('static', __name__, static_folder='static', static_url_path='/static')
|
||||
|
||||
|
Loading…
Reference in New Issue