foo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import lib from "../lib.mjs";
|
||||
|
||||
export default (router, tpl) => {
|
||||
router.get(/^\/upload$/, lib.auth, async (req, res) => {
|
||||
router.get(/^\/upload$/, lib.userauth, async (req, res) => {
|
||||
|
||||
res.reply({
|
||||
body: tpl.render('upload', {
|
||||
|
||||
Reference in New Issue
Block a user