新增邮件群发和数据可视化
This commit is contained in:
@@ -18,3 +18,7 @@ app.post('/account/add', async (c) => {
|
||||
return c.json(result.ok(account));
|
||||
});
|
||||
|
||||
app.put('/account/setName', async (c) => {
|
||||
await accountService.setName(c, await c.req.json(), userContext.getUserId(c));
|
||||
return c.json(result.ok());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user