From a81d1de1e58ee2c314dbbea941dcb4e4a776ed84 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Dec 2025 11:00:49 +0000 Subject: sendmail action --- website/src/actions/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 website/src/actions/index.ts (limited to 'website/src/actions/index.ts') diff --git a/website/src/actions/index.ts b/website/src/actions/index.ts new file mode 100644 index 0000000..8f55443 --- /dev/null +++ b/website/src/actions/index.ts @@ -0,0 +1,6 @@ +import otp from "./otp/otp"; +import sendmail from "./sendmail"; + +export const server = { + sendmail, +}; -- cgit v1.2.3