Skip to content

Commit

Permalink
as
Browse files Browse the repository at this point in the history
  • Loading branch information
kikuKeii committed Oct 8, 2023
1 parent 95b03ac commit 95c5fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { useRouter } from "next/router";
const axios = require("axios");

const Home = () => {
const baseUrl = "https://payment-kiki.vercel.app/";
const baseUrl = "https://payment-kiki.vercel.app";
const router = useRouter();

const [snapToken, setSnapToken] = useState();
Expand Down

0 comments on commit 95c5fa4

Please sign in to comment.