quick fix
This commit is contained in:
parent
1a1a8739a8
commit
a312a8731e
1 changed files with 1 additions and 1 deletions
|
@ -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..."))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue