Add error handling

This commit is contained in:
KMKoushik
2024-04-22 14:10:34 +10:00
parent 493e9fb63a
commit 66732d2345
6 changed files with 165 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { getApp } from "./hono";
import getDomains from "./api/get_domains";
import sendEmail from "./api/send_email";
import getDomains from "./api/get-domains";
import sendEmail from "./api/send-email";
export const app = getApp();