mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Removed trailing slash from route
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
adbac82c30
commit
93eba43b76
|
@ -125,7 +125,7 @@ Route::group(['middleware' => 'auth'], function () {
|
|||
[ActionlogController::class, 'displaySig']
|
||||
)->name('log.signature.view');
|
||||
Route::get(
|
||||
'stored-eula-file/{filename}/',
|
||||
'stored-eula-file/{filename}',
|
||||
[ActionlogController::class, 'getStoredEula']
|
||||
)->name('log.storedeula.download');
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue