added method page

This commit is contained in:
Luke Hagar
2024-07-05 00:39:36 +00:00
parent 7e5aa901b1
commit 0b3842ce70

View File

@@ -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>