mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 19:24:02 +00:00
Changed controller action
This commit is contained in:
parent
84f40f542c
commit
e351a68f6f
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ Route::get('/tenancy/assets/{path?}', 'Stancl\Tenancy\Controllers\TenantAssetsCo
|
|||
->where('path', '(.*)')
|
||||
->name('stancl.tenancy.asset');
|
||||
|
||||
Route::get('/{tenant}/assets/{path?}', 'Stancl\Tenancy\Controllers\TenantAssetsController@asset')
|
||||
Route::get('/{tenant}/assets/{path?}', 'Stancl\Tenancy\Controllers\TenantAssetsController@assetWithPath')
|
||||
->where('path', '(.*)')
|
||||
->name('stancl.tenancy.asset.path');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue