User self-management feature/100-me_endpoints #103

Merged
niggl merged 9 commits from feature/100-me_endpoints into dev 2021-01-15 21:57:24 +00:00
Showing only changes of commit e586a11e2a - Show all commits

View File

@ -0,0 +1,9 @@
import { Action } from 'routing-controllers';
/**
* TODO:
*/
const UserChecker = async (action: Action) => {
};
export default UserChecker;