Commit 84f9d674 authored by Chunchi Che's avatar Chunchi Che

fix small

parent 7095b152
......@@ -6,7 +6,7 @@ export default function Card() {
useEffect(() => {
const fetchCards = async () => {
const res = await axios.get("https://localhost:3000/hello/neos");
const res = await axios.get("http://localhost:3030/hello/neos");
setData(res.data);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment