ATC_SIMPLE/BACKEND
nguyentrungthat c5e3e796bf Add error handling for external service calls
Wrapped calls to axios, sendMessageToMail, and sendMessageToZulip in try-catch blocks to handle errors individually and log them. This prevents one failure from blocking the execution of subsequent service calls.
2026-01-17 11:31:49 +07:00
..
app Refactor health check controller and improve error handling 2026-01-17 10:41:51 +07:00
bin Initial commit 2025-10-23 17:00:58 +07:00
config Update 2025-11-10 15:26:59 +07:00
database/migrations Update migration table brand, category, scenario 2025-12-15 15:03:26 +07:00
providers Add error handling for external service calls 2026-01-17 11:31:49 +07:00
start Update load license 2026-01-09 16:08:50 +07:00
tests Initial commit 2025-10-23 17:00:58 +07:00
.editorconfig Initial commit 2025-10-23 17:00:58 +07:00
.env.example Update 2025-11-10 15:26:59 +07:00
.gitignore Update .gitignore 2026-01-08 15:22:35 +07:00
ace.js Initial commit 2025-10-23 17:00:58 +07:00
adonisrc.ts Update 2025-11-10 15:26:59 +07:00
eslint.config.js Initial commit 2025-10-23 17:00:58 +07:00
package-lock.json Update send zulip 2025-12-08 16:30:17 +07:00
package.json Update send zulip 2025-12-08 16:30:17 +07:00
tsconfig.json Initial commit 2025-10-23 17:00:58 +07:00