diff --git a/src/middlewares/UserChecker.ts b/src/middlewares/UserChecker.ts new file mode 100644 index 0000000..93408ef --- /dev/null +++ b/src/middlewares/UserChecker.ts @@ -0,0 +1,9 @@ +import { Action } from 'routing-controllers'; + +/** + * TODO: + */ +const UserChecker = async (action: Action) => { + +}; +export default UserChecker; \ No newline at end of file