_index.ts 128 Bytes
Newer Older
chinguyen's avatar
chinguyen committed
1 2 3 4
import * as AppUserGet from './appusers.get'
import * as AppUserPost from './appusers.post'

export { AppUserGet, AppUserPost }