We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3497ec0 commit 93ec54fCopy full SHA for 93ec54f
src/pages/index.tsx
@@ -3,7 +3,7 @@ import { Link } from "react-router-dom";
3
import reactLogo from "~/assets/react.svg";
4
5
const handleButtonClick = () => {
6
- return fetch("/api/subscribe", {
+ return fetch("/api/example", {
7
method: "POST",
8
body: JSON.stringify({ time: Date.now() }),
9
});
0 commit comments