mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 19:59:18 -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(
|
Route::get(
|
||||||
'{locationId}/printonlyassignedtolocation',
|
'locations/{locationId}/printassigned',
|
||||||
[ 'as' => 'locations.print_assigned', 'uses' => 'LocationsController@print_assigned' ]
|
[ 'as' => 'locations.print_assigned', 'uses' => 'LocationsController@print_assigned' ]
|
||||||
);
|
);
|
||||||
|
|
||||||
Route::get(
|
Route::get(
|
||||||
'{locationId}/printallassignedtolocation',
|
'locations/{locationId}/printallassigned',
|
||||||
[ 'as' => 'locations.print_all_assigned', 'uses' => 'LocationsController@print_all_assigned' ]
|
[ 'as' => 'locations.print_all_assigned', 'uses' => 'LocationsController@print_all_assigned' ]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue