##// END OF EJS Templates
fixed bug in middleware config
marcink -
r269:183c0640 default
parent child Browse files
Show More
@@ -69,7 +69,7 b' def make_app(global_conf, full_stack=Tru'
69 69 static_app = StaticURLParser(config['pylons.paths']['static_files'])
70 70 app = Cascade([static_app, app])
71 71
72 app.config = config
72 app.config = config
73 73
74 74 return app
75 75
General Comments 0
You need to be logged in to leave comments. Login now