trailing slash

master
km0 2 years ago
parent 41e98babdf
commit 3cc965809f

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

Loading…
Cancel
Save