k / gitfoss

Files

Forked Fromethicdevs / gitfoss
Fork0
~app/controllers/auth/index.ts
.ts
TypeScript
(application/typescript)
// import { default as getLoginView } from "./getLoginView";
import { default as getRegisterView } from "./getRegisterView";
import { default as postRegisterAction } from "./postRegisterAction";

export const AuthController = {
  // getLoginView,
  getRegisterView,
  postRegisterAction,
};