fix: add username
This commit is contained in:
parent
3cf26e3eed
commit
958ac3f009
@ -91,7 +91,8 @@ app
|
|||||||
});
|
});
|
||||||
|
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
url: `/share/${key}/`,
|
url: `/${username}/${key}/`,
|
||||||
|
username: username,
|
||||||
appModel: {
|
appModel: {
|
||||||
id: appModel.id,
|
id: appModel.id,
|
||||||
title: appModel.title,
|
title: appModel.title,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user