endpoint and code added for LIS orgs
This commit is contained in:
parent
8c166464cc
commit
0072a97a3a
2 changed files with 70 additions and 1 deletions
|
@ -158,6 +158,7 @@ sub startup {
|
|||
my $api_v1_supplier = $api_v1->under('/supplier');
|
||||
|
||||
$api_v1_supplier->post('/location')->to('api-v1-supplier-location#index');
|
||||
$api_v1_supplier->post('/location/lis')->to('api-v1-supplier-location#lis_load');
|
||||
|
||||
my $api_v1_org = $api_v1->under('/organisation')->to('api-v1-organisation#auth');
|
||||
|
||||
|
|
Reference in a new issue