Uploaded sample files

This commit is contained in:
2025-05-31 10:36:16 +03:00
parent 5d994126cb
commit f1cfd0c77e
3 changed files with 44 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
internal_server_error: "Internal server error. Check logs for more information.",
empty_db: "No mappings found.",
bad_request: "Bad request.",
not_found: "Not found."
};