gitfoss | e6d0244d625614a1cf18698b44f8c0fcbf19cfb6 | app/controllers/settings/keys/index.ts ∙ GitFOSS
.ts
TypeScript
(application/typescript)
import { default as getKeysListView } from "./getKeysListView";
import { default as getKeyAddView } from "./getKeyAddView";
import { default as postKeyAddAction } from "./postKeyAddAction";
import { default as getKeyUpdateView } from "./getKeyUpdateView";
import { default as postKeyUpdateAction } from "./postKeyUpdateAction";

export const SettingsKeysController = {
  getKeysListView,
  getKeyAddView,
  postKeyAddAction,
  getKeyUpdateView,
  postKeyUpdateAction,
};