fix: update link schema import path
Changes import path from '@/' to '@@/' to align with correct module resolution configuration
This commit is contained in:
parent
d774b108a5
commit
e4a0abdebb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import { LinkSchema } from '@/schemas/link'
|
import { LinkSchema } from '@@/schemas/link'
|
||||||
|
|
||||||
export default eventHandler(async (event) => {
|
export default eventHandler(async (event) => {
|
||||||
const link = await readValidatedBody(event, LinkSchema.parse)
|
const link = await readValidatedBody(event, LinkSchema.parse)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue