Updated named route for consumables
This commit is contained in:
parent
c907414e71
commit
f13719bf32
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
name="consumables"
|
||||
class="table table-striped snipe-table"
|
||||
id="table"
|
||||
data-url="{{route('api.consumables.list') }}"
|
||||
data-url="{{route('api.consumables.index') }}"
|
||||
data-cookie="true"
|
||||
data-click-to-select="true"
|
||||
data-cookie-id-table="consumablesTable-{{ config('version.hash_version') }}-{{ config('version.hash_version') }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue