link first
This commit is contained in:
parent
21d8352de0
commit
ca12fdd876
1 changed files with 2 additions and 1 deletions
|
|
@ -24,5 +24,6 @@ export default eventHandler(async (event) => {
|
||||||
})
|
})
|
||||||
setResponseStatus(event, 201)
|
setResponseStatus(event, 201)
|
||||||
return { link }
|
return { link }
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue