Share noteid after post
This commit is contained in:
2
plugin
2
plugin
Submodule plugin updated: 961634c1c4...d54b424dd6
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user