UNPKG

instantjob-recruiter-client

Version:

a set of tools for creating an instantjob recruiter react client

10 lines (7 loc) 228 B
import request from './request' export function action_accept_demand(demand_id) { request.put(`demands/${demand_id}/accept`) } export function action_reject_demand(demand_id) { request.put(`demands/${demand_id}/reject`) }