Commit cdce7caf authored by Chunchi Che's avatar Chunchi Che

update small

parent e67089a8
...@@ -9,8 +9,6 @@ export default function Card() { ...@@ -9,8 +9,6 @@ export default function Card() {
const res = await axios.get<IDeck>("http://localhost:3030/deck/hero.ydk"); const res = await axios.get<IDeck>("http://localhost:3030/deck/hero.ydk");
setData(res.data); setData(res.data);
console.log(res.data);
}; };
fetchCards(); fetchCards();
......
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