Extracted error messages
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
internal_server_error: "Internal server error. Check logs for more information.",
|
||||
empty_db: "The database is empty.",
|
||||
bad_request: "Bad request.",
|
||||
not_found: "Not found."
|
||||
};
|
||||
Reference in New Issue
Block a user