GitHub Actions
8b49da4d25
fix: resolve SecurityHeaders page rendering issue
Update frontend API layer to correctly unwrap backend response objects.
Backend returns wrapped responses (e.g., {profiles: [...]}) while frontend
was expecting unwrapped arrays. Fixed 6 API methods in securityHeaders.ts
to properly extract data from response wrappers.
Changes:
- listProfiles(): unwrap .profiles
- getProfile(): unwrap .profile
- createProfile(): unwrap .profile
- updateProfile(): unwrap .profile
- getPresets(): unwrap .presets
- applyPreset(): unwrap .profile
2025-12-19 18:55:48 +00:00
..
2025-12-14 02:45:24 +00:00
2025-12-19 18:55:48 +00:00
2025-12-19 18:55:48 +00:00
2025-12-17 12:56:46 +00:00
2025-12-18 18:13:53 +00:00
2025-12-12 19:21:44 +00:00
2025-12-12 19:21:44 +00:00
2025-12-14 00:11:06 +00:00
2025-12-14 00:11:06 +00:00
2025-12-14 00:11:06 +00:00
2025-12-15 07:30:35 +00:00
2025-12-17 14:51:20 +00:00
2025-12-12 19:21:44 +00:00
2025-12-12 19:21:44 +00:00
2025-12-19 18:55:48 +00:00
2025-12-15 07:30:36 +00:00
2025-12-14 00:11:06 +00:00
2025-12-18 18:59:11 +00:00
2025-12-12 19:21:44 +00:00
2025-12-15 07:30:35 +00:00
2025-12-18 18:09:43 +00:00
2025-12-15 07:30:36 +00:00
2025-12-15 07:30:36 +00:00