Skip to content

Commit 29864f5

Browse files
committed
Fix navigation between endpoint due to wrong hred generation
1 parent b8bef51 commit 29864f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class="inline-flex text-xs"
212212
{{$doc['methods'][0]}}
213213
</span>
214214
<span class="">
215-
<a href="#{{$doc['uri']}}">{{$doc['uri']}}</a>
215+
<a href="#{{$doc['httpMethod'] .'-'. $doc['uri']}}">{{$doc['uri']}}</a>
216216
</span>
217217
</h1>
218218
</div>

0 commit comments

Comments
 (0)