mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 09:23:12 +08:00
Docker build. Catch client routes on server. Initial config utility
This commit is contained in:
@@ -11,7 +11,7 @@ const errorHandler = (err, req, res, next) => {
|
||||
// }
|
||||
|
||||
console.log(error);
|
||||
console.log(`${err}`.bgRed);
|
||||
console.log(`${err}`);
|
||||
|
||||
res.status(err.statusCode || 500).json({
|
||||
success: false,
|
||||
|
||||
Reference in New Issue
Block a user