Skip to content

Commit

Permalink
Rename endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
yayuyokitano committed Sep 20, 2023
1 parent f444d05 commit 9996c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/websocket.tsx → src/routes/webhook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ declare global {
}
}

export default function WebSocket() {
export default function WebHook() {
const [params, setParams] = createSignal<URLSearchParams>();

onMount(() => {
Expand Down

0 comments on commit 9996c50

Please sign in to comment.