Share noteid after post
This commit is contained in:
parent
bf2ca751a8
commit
855e0897f3
2
plugin
2
plugin
@ -1 +1 @@
|
||||
Subproject commit 961634c1c45c1e3227617eac0700a9d0b1cf6417
|
||||
Subproject commit d54b424dd6aafdaa18e1dc25915c6684825aa2f0
|
@ -71,6 +71,7 @@ export async function postNoteController(
|
||||
view_url: `${process.env.FRONTEND_URL}/note/${savedNote.id}`,
|
||||
expire_time: savedNote.expire_time,
|
||||
secret_token: savedNote.secret_token,
|
||||
note_id: savedNote.id,
|
||||
});
|
||||
})
|
||||
.catch(async (err) => {
|
||||
|
Loading…
Reference in New Issue
Block a user