mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
parent
b834c70559
commit
de0baded13
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ module.exports = function MembersApi({
|
|||
res.writeHead(201);
|
||||
return res.end('Created.');
|
||||
} catch (err) {
|
||||
common.logging.error(err);
|
||||
res.writeHead(500);
|
||||
return res.end('Internal Server Error.');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue