6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
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."
|
|
}; |