Fix incorrect routing.

This commit is contained in:
Daniel Meltzer 2020-04-30 10:35:26 -04:00
parent debdccf5f1
commit bfba30058c
No known key found for this signature in database
GPG key ID: 91C5C7B09A5B1CA0

View file

@ -338,7 +338,7 @@
data-sort-order="asc"
data-sort-name="name"
class="table table-striped snipe-table"
data-url="{{ route('api.license.seats',['license_id' => $license->id]) }}"
data-url="{{ route('api.license.seats', $license->id) }}"
data-export-options='{
"fileName": "export-seats-{{ str_slug($license->name) }}-{{ date('Y-m-d') }}",
"ignoreColumn": ["actions","image","change","checkbox","checkincheckout","icon"]