mirror of
https://github.com/Karaka-Management/oms-StockTaking.git
synced 2026-01-11 10:38:39 +00:00
Went through todos
This commit is contained in:
parent
5108868776
commit
56777bda04
|
|
@ -6,7 +6,7 @@ use phpOMS\Account\PermissionType;
|
|||
use phpOMS\Router\RouteVerb;
|
||||
|
||||
return [
|
||||
'^.*/warehouse/stocktaking$' => [
|
||||
'^.*/warehouse/stocktaking(\?.*|$)$' => [
|
||||
[
|
||||
'dest' => '\Modules\StockTaking\Controller\ApiController:apiStockTakingCreate',
|
||||
'verb' => RouteVerb::PUT,
|
||||
|
|
@ -19,7 +19,7 @@ return [
|
|||
],
|
||||
],
|
||||
],
|
||||
'^.*/warehouse/stocktaking/entry$' => [
|
||||
'^.*/warehouse/stocktaking/entry(\?.*|$)$' => [
|
||||
[
|
||||
'dest' => '\Modules\StockTaking\Controller\ApiController:apiStockTakingEntryCreate',
|
||||
'verb' => RouteVerb::SET,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user