Skip to content

Commit 93ec54f

Browse files
committed
fix: use correct path
1 parent 3497ec0 commit 93ec54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Link } from "react-router-dom";
33
import reactLogo from "~/assets/react.svg";
44

55
const handleButtonClick = () => {
6-
return fetch("/api/subscribe", {
6+
return fetch("/api/example", {
77
method: "POST",
88
body: JSON.stringify({ time: Date.now() }),
99
});

0 commit comments

Comments
 (0)