Add action hooks to user routes

This commit is contained in:
Chocobozzz
2019-12-06 15:59:12 +01:00
parent 349be1eaa9
commit 6f3fe96f40
6 changed files with 141 additions and 41 deletions

View File

@@ -8,7 +8,8 @@ import { userLogin } from './login'
import { UserUpdateMe } from '../../models/users'
import { omit } from 'lodash'
type CreateUserArgs = { url: string,
type CreateUserArgs = {
url: string,
accessToken: string,
username: string,
password: string,