Skip to content
Snippets Groups Projects
Commit f4e9e40b authored by ale's avatar ale
Browse files

fix

parent d766be9e
Branches
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ def run_frontend(opts):
app.wsgi_app,
['/json/album', '/json/song', '/album_image',
'/json/playlist/get', '/json/playlist/by_title',
'/json/playlist/list', '/user/activate'])
'/json/playlist/list', '/user/activate', '/dl'])
from repoze.profile.profiler import AccumulatingProfileMiddleware
app.wsgi_app = AccumulatingProfileMiddleware(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment