(options)
| 2 | |
| 3 | module.exports = { |
| 4 | sendFormEntry (options) { |
| 5 | return fetchJson('/parents/schedule-free-class', { |
| 6 | method: 'POST', |
| 7 | json: options |
| 8 | }) |
| 9 | }, |
| 10 | getAvailability () { |
| 11 | return fetchJson('/parents/admin-availability', { |
| 12 | method: 'GET' |
nothing calls this directly
no outgoing calls
no test coverage detected