diff --git a/server/api/link/upsert.post.ts b/server/api/link/upsert.post.ts index 2b7da43..74ff4ee 100644 --- a/server/api/link/upsert.post.ts +++ b/server/api/link/upsert.post.ts @@ -1,4 +1,4 @@ -import { LinkSchema } from '@/schemas/link' +import { LinkSchema } from '@@/schemas/link' export default eventHandler(async (event) => { const link = await readValidatedBody(event, LinkSchema.parse)