Add .html suffix to html pages, updated webui.go to search for them correctly
This commit is contained in:
1
web/js/lib/search_params.js
Normal file
1
web/js/lib/search_params.js
Normal file
@@ -0,0 +1 @@
|
||||
export const url_params = new URLSearchParams(window.location.search)
|
||||
@@ -1,3 +1,4 @@
|
||||
import * as lib from '/web/js/api/libraries.js';
|
||||
import { url_params } from '/web/js/lib/search_params.js'
|
||||
|
||||
console.log(await lib.ls("lib1", "/"))
|
||||
console.log(await lib.ls(url_params.get("lib"), url_params.get("path")))
|
||||
Reference in New Issue
Block a user