resq/config/routes/resq_job_order.yaml

14 lines
451 B
YAML

jo_resq_proc:
path: /resq-job-order/processing
controller: App\Controller\ResqJobOrderController::listProcessing
methods: [GET]
jo_resq_proc_rows:
path: /resq-job-order/processing-rows
controller: App\Controller\ResqJobOrderController::datatableRows
methods: [POST]
jo_resq_proc_unlock:
path: /resq-job-order/{id}/unlock/processor
controller: App\Controller\ResqJobOrderController::unlockProcessor
methods: [GET]