mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
fix: show device_id param in api plugin view
This commit is contained in:
parent
1597b70a4b
commit
41fa370c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ new class extends Component {
|
|||
<div>
|
||||
<p>
|
||||
<flux:badge>POST</flux:badge>
|
||||
<span class="ml-2 font-mono">{{route('display.update')}}</span>
|
||||
<span class="ml-2 font-mono">{{route('display.update')}}?device_id=</span>
|
||||
</p>
|
||||
<div class="mt-4">
|
||||
<h3 class="text-lg">Headers</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue