UNPKG

tipi-services

Version:

Node.js library to access wrapping REST API of tipi backend services

6 lines (4 loc) 169 B
const Endpoint = require('../../../helpers/Endpoint') module.exports = (baseUrl) => ({ sendCheckInMail: Endpoint.base(baseUrl).post('/mails/sendCheckInMail') })