File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
resources/views/settings/partials Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 1111 <pre class =" bg-dark text-light p-3 rounded" style =" font-size : 0.875rem ;" ><code id =" curl-example" >curl -X GET "{{ $baseUrl } } /products" \
1212 -H "Accept: application/json" \
1313 -H "X-API-KEY: your-api-key-here"</code ></pre >
14- <x-core::copy
15- :copyableState =" ''"
16- copyableMessage =" Code copied to clipboard!"
17- class =" btn btn-sm btn-outline-light position-absolute top-0 end-0 m-2 copy-button"
18- data-clipboard-target =" #curl-example"
19- />
2014 </div >
2115 </div >
2216
@@ -32,12 +26,6 @@ class="btn btn-sm btn-outline-light position-absolute top-0 end-0 m-2 copy-butto
3226})
3327.then(response => response.json())
3428.then(data => console.log(data));</code ></pre >
35- <x-core::copy
36- :copyableState =" ''"
37- copyableMessage =" Code copied to clipboard!"
38- class =" btn btn-sm btn-outline-light position-absolute top-0 end-0 m-2 copy-button"
39- data-clipboard-target =" #js-example"
40- />
4129 </div >
4230 </div >
4331</div >
You can’t perform that action at this time.
0 commit comments