updated manage and index for webpage
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
|
||||
// fetch mediaData from http://127.0.0.1:8090/api/collections/media/records/ with GET method
|
||||
function fetchMediaData() {
|
||||
fetch("/api/collections/media/records/", {
|
||||
fetch("/api/collections/media/records/?perPage=3000", {
|
||||
method: "GET",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
Reference in New Issue
Block a user