Currently, this api call is only a placeholder, implement update functionality for user management and profile
|
* @todo Add Update User functionality |
|
* @body Currently, this api call is only a placeholder, implement update functionality for user management and profile |
|
*/ |
|
// Update User |
|
app.put(`/${serviceName}/api/update`, (req, res, next) => { |
|
return res.send({ |
This issue was generated by todo based on a todo comment in fa89b5a when #3 was merged. cc @ShipyardSuite.
Currently, this api call is only a placeholder, implement update functionality for user management and profile
user/server/routes/api/user.ts
Lines 62 to 67 in fa89b5a
This issue was generated by todo based on a
todocomment in fa89b5a when #3 was merged. cc @ShipyardSuite.