blahhh
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 15s

This commit is contained in:
x
2025-07-22 16:28:24 +02:00
parent a8503c299b
commit 2160729fc2

View File

@@ -1,3 +1,5 @@
import lib from "../lib.mjs";
export default (router, tpl) => { export default (router, tpl) => {
router.get(/^\/upload$/, lib.auth, async (req, res) => { router.get(/^\/upload$/, lib.auth, async (req, res) => {