UNPKG

143 BJavaScriptView Raw
1// const FormDataFactory = require('./form-data-factory')
2
3module.exports = session => ({
4 auth() {
5 return session.get('/api/v1/auth/')
6 }
7})
\No newline at end of file