We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48659aa commit 7566af2Copy full SHA for 7566af2
1 file changed
src/pages/coc/index.js
@@ -217,7 +217,7 @@ export default function ClanProfile() {
217
const button = event.currentTarget;
218
button.classList.add(styles.processing);
219
try {
220
- const response = await fetch('https://coc-apis.behitek.com/clan/%232G9YRCRV2/currentwar');
+ const response = await fetch('https://coc-apis.behitek.com/clans/%232G9YRCRV2/currentwar');
221
const warApiData = await response.json();
222
setWarData(warApiData);
223
button.classList.remove(styles.processing);
0 commit comments