Extracted error messages

This commit is contained in:
2025-05-17 10:43:18 +03:00
parent 8a1aa398d9
commit 5e03be0ad9
2 changed files with 29 additions and 7 deletions
+6
View File
@@ -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."
};