diff options
| author | Joe Carstairs <me@joeac.net> | 2025-12-18 11:00:49 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-12-18 11:03:12 +0000 |
| commit | a81d1de1e58ee2c314dbbea941dcb4e4a776ed84 (patch) | |
| tree | a4ce457cb78f0bfbd689ce52aca32327bc7bd862 /website/src/actions/index.ts | |
| parent | 46387b41ce8d8dbba424af57187b6705c4a1c0e9 (diff) | |
sendmail action
Diffstat (limited to 'website/src/actions/index.ts')
| -rw-r--r-- | website/src/actions/index.ts | 6 |
1 files changed, 6 insertions, 0 deletions
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, +}; |
