mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-19 11:11:13 +10:00
update to nuxt 4
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import aclManager from "~/server/internal/acls";
|
||||
import aclManager from "~~/server/internal/acls";
|
||||
|
||||
export default defineEventHandler(async (h3) => {
|
||||
const user = await aclManager.getUserACL(h3, ["read"]);
|
||||
|
||||
Reference in New Issue
Block a user