We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886a5b4 commit 092300dCopy full SHA for 092300d
resources/dist.rc
23 Bytes
src/celemod-ui/src/api/wegfan.ts
@@ -145,7 +145,7 @@ export const searchSubmission = async ({
145
if (sort) params.set("sort", sort);
146
if (includeExclusiveSubmissions) params.set("includeExclusiveSubmissions", includeExclusiveSubmissions.toString());
147
const url = `https://celeste.weg.fan/api/v2/submission/search?${params.toString()}`;
148
- // console.log(url);
+ console.log('Search URL:', url);
149
return fetch(url, {
150
headers: {
151
'User-Agent': celemodUA
src/celemod-ui/src/routes/Search.tsx
@@ -198,7 +198,7 @@ export const Search = () => {
198
});
199
}
200
}),
201
- [currentPage]
+ [currentPage, type]
202
)}
203
modFolder={selectedPath + '/Mods'}
204
/>
0 commit comments