quick fix

This commit is contained in:
pietru 2024-06-25 00:35:48 +02:00
parent 1a1a8739a8
commit a312a8731e

View file

@ -36,7 +36,7 @@ routerAdd("post", "/file", (c) => {
password=file_record.get("password") password=file_record.get("password")
} }
} catch (error) { } catch (error) {
vid_desc="File does not exist" desc="File does not exist"
const utils = require(`${__hooks}/utils.js`) const utils = require(`${__hooks}/utils.js`)
return c.html(404, utils.get_error_page(404,"File not found...")) return c.html(404, utils.get_error_page(404,"File not found..."))
} }