mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 12:11:13 -05:00
feat: Update parks API to remove note about ignored parameters; add comprehensive frontend integration prompts for park filtering
This commit is contained in:
@@ -744,7 +744,6 @@ export const parksApi = {
|
||||
if (params) {
|
||||
Object.entries(params).forEach(([key, value]) => {
|
||||
if (value !== undefined) {
|
||||
// Note: continent and park_type parameters are accepted but ignored by backend
|
||||
searchParams.append(key, value.toString());
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user