mirror of
https://github.com/gethomepage/homepage.git
synced 2026-05-19 03:49:14 +08:00
Enhancement: increase resources page size for pangolin widget (#6523)
This commit is contained in:
@@ -9,7 +9,7 @@ const widget = {
|
||||
endpoint: "org/{org}/sites",
|
||||
},
|
||||
resources: {
|
||||
endpoint: "org/{org}/resources",
|
||||
endpoint: "org/{org}/resources?pageSize=200",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user