UNPKG

workflowmax

Version:
19 lines (15 loc) 417 B
// Generic export const LIST = 'list' export const SEARCH = 'search' export const GET = id => `get/${id}` export const ADD = 'add' export const UPDATE = 'update' export const DELETE = 'delete' // User export const ARCHIVE = 'archive' // Lead / job export const CURRENT = 'current' export const CATEGORIES = 'categories' // Client export const CONTACT = 'contact' export const CONTACT_ID = id => `${CONTACT}/${id}`