mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
Update web.php
This commit is contained in:
parent
0cdc7af611
commit
a714cd357f
|
@ -24,12 +24,12 @@ Route::group(['middleware' => 'auth'], function () {
|
|||
]);
|
||||
|
||||
Route::get(
|
||||
'{locationId}/printonlyassignedtolocation',
|
||||
'locations/{locationId}/printassigned',
|
||||
[ 'as' => 'locations.print_assigned', 'uses' => 'LocationsController@print_assigned' ]
|
||||
);
|
||||
|
||||
Route::get(
|
||||
'{locationId}/printallassignedtolocation',
|
||||
'locations/{locationId}/printallassigned',
|
||||
[ 'as' => 'locations.print_all_assigned', 'uses' => 'LocationsController@print_all_assigned' ]
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue