mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
parent
b834c70559
commit
de0baded13
@ -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…
Reference in New Issue
Block a user