@ -37,7 +37,7 @@ export default {
};
watchEffect(() => {
fetch(`${baseUrl.value}/api/${currentPage.value}`)
fetch(`${baseUrl.value}/api/${currentPage.value}/`)
.then((res) => res.json())
.then((data) => {
pads.value = data.pads;