mirror of
https://github.com/LukeHagar/OpenAPI.gg.git
synced 2025-12-06 04:20:29 +00:00
added method page
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
class="border-token border-surface-500 space-y-4 px-6 py-4 rounded-container-token variant-glass-surface"
|
||||
>
|
||||
<h3 class="h3 font-mono">
|
||||
Path: {$page.params.pathName}#{$page.params.method}
|
||||
Path: {$page.params.pathName} Method: {$page.params.method.toUpperCase()}
|
||||
</h3>
|
||||
<hr />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user