UNPKG

@greenpress/content

Version:
12 lines (9 loc) 236 B
const authService = require('@greenpress/api-kit').service('AUTH') function callAuthService (url, options) { return authService({ ...options, url, }) .then(axiosRes => axiosRes.data) } module.exports = callAuthService