summaryrefslogtreecommitdiff
path: root/website/src/actions/index.ts
blob: a2dcded99d94c7bf5b99ea7e5dde8b07b326c319 (plain)
1
2
3
4
5
6
7
import otp from "./otp/otp";
import sendmail from "./sendmail";

export const server = {
  otp,
  sendmail,
};