v3: added onboarding email on account creation
This commit is contained in:
@@ -37,7 +37,11 @@ router.get("/", async (ctx) => {
|
||||
ctx.response.body = {
|
||||
success: true,
|
||||
data: {
|
||||
dumps: { items: dumpItems, total: dumpTotal, hasMore: page * limit < dumpTotal },
|
||||
dumps: {
|
||||
items: dumpItems,
|
||||
total: dumpTotal,
|
||||
hasMore: page * limit < dumpTotal,
|
||||
},
|
||||
users,
|
||||
playlists,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user