📝 consolidate multiple list endpoints for comics
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
try {
|
||||
currentPage++;
|
||||
const response = await fetch(`/api/archive?page=${currentPage}&per_page=${perPage}`);
|
||||
const response = await fetch(`/api/comics?page=${currentPage}&per_page=${perPage}`);
|
||||
|
||||
if (!response.ok) {
|
||||
throw new Error(`HTTP error! status: ${response.status}`);
|
||||
|
||||
Reference in New Issue
Block a user