diff --git a/m1/infrastructure/subnet-proxy/src/app.js b/m1/infrastructure/subnet-proxy/src/app.js index 321e9561..af76ac66 100644 --- a/m1/infrastructure/subnet-proxy/src/app.js +++ b/m1/infrastructure/subnet-proxy/src/app.js @@ -383,7 +383,7 @@ app.use((err, req, res, next) => { res.status(404); res.json({ error_code: 'account_not_found', - message: 'Internal Server Error', + message: `Internal Server Error: ${err.message}`, }); }); app.listen(PORT, () => {