Created barebones file for the userchecker

ref #100
This commit is contained in:
Nicolai Ort 2021-01-15 21:57:39 +01:00
parent 02efb9a8e5
commit e586a11e2a
1 changed files with 9 additions and 0 deletions

View File

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