<?php
/*
|--------------------------------------------------------------------------
| Resolvable Rest Routes
|--------------------------------------------------------------------------
| Some rest routes should be resolvable.
| For example the the process route of products.
| We put all the resolvable rest routes in here
|
*/
return [
'products/process',
'courses/process'
];