diff --git a/openlp/core/api/main.py b/openlp/core/api/main.py index 37a2f449e..e5899b723 100644 --- a/openlp/core/api/main.py +++ b/openlp/core/api/main.py @@ -39,7 +39,7 @@ def index(path): 'index.html', mimetype='text/html') -@main_views.route('/assets/') +@main_views.route('/assets/') def assets(path): return send_from_directory(str(AppLocation.get_section_data_path('remotes') / 'assets'), path, mimetype=get_mime_type(path))