Fixes location user route
This commit is contained in:
parent
4721cab928
commit
1448229cd2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
name="location_users"
|
||||
id="table-users"
|
||||
class="table table-striped snipe-table"
|
||||
data-url="{{route('api.locations.viewusers', $location->id)}}"
|
||||
data-url="{{route('api.users.index', ['location_id' => $location->id])}}"
|
||||
data-cookie="true"
|
||||
data-click-to-select="true"
|
||||
data-cookie-id-table="location_usersDetailTable">
|
||||
|
|
Loading…
Add table
Reference in a new issue