_index.ts 258 Bytes
Newer Older
chinguyen's avatar
chinguyen committed
1 2 3
import * as StudentsGet from './students.get'
import * as StudentsPost from './students.post'
import * as StudentsDelete from './students.delete'
chinguyen's avatar
chinguyen committed
4
import * as StudentsPut from './students.put'
chinguyen's avatar
chinguyen committed
5

chinguyen's avatar
chinguyen committed
6
export { StudentsGet, StudentsPost, StudentsDelete, StudentsPut }