fix breadcrumb
This commit is contained in:
parent
2c340ae2df
commit
3f0d175277
2
app.py
2
app.py
@ -263,7 +263,7 @@ def api_browse(subpath):
|
|||||||
foldernames.append({'name': item['rel_path'], 'path': item['rel_path']})
|
foldernames.append({'name': item['rel_path'], 'path': item['rel_path']})
|
||||||
|
|
||||||
return jsonify({
|
return jsonify({
|
||||||
'breadcrumbs': generate_breadcrumbs(),
|
'breadcrumbs': generate_breadcrumbs(subpath),
|
||||||
'directories': foldernames,
|
'directories': foldernames,
|
||||||
'files': [],
|
'files': [],
|
||||||
'folder_today': []
|
'folder_today': []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user