mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-19 19:21:12 +10:00
update to nuxt 4
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
// get a specific screenshot
|
||||
import aclManager from "~/server/internal/acls";
|
||||
import screenshotManager from "~/server/internal/screenshots";
|
||||
import aclManager from "~~/server/internal/acls";
|
||||
import screenshotManager from "~~/server/internal/screenshots";
|
||||
import sanitize from "sanitize-filename";
|
||||
|
||||
export default defineEventHandler(async (h3) => {
|
||||
|
||||
Reference in New Issue
Block a user