Simplify the handling of /static
							parent
							
								
									aee089f3b1
								
							
						
					
					
						commit
						d3f07a0882
					
				@ -1,5 +1,5 @@
 | 
				
			|||||||
from flask import Blueprint
 | 
					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 *
 | 
					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