8 lines
111 B
TypeScript
8 lines
111 B
TypeScript
import otp from "./otp/otp";
|
|
import sendmail from "./sendmail";
|
|
|
|
export const server = {
|
|
otp,
|
|
sendmail,
|
|
};
|