Aljosa Asanovic
654095054f
fix(kobo): add catch-all route for proxying unknown product endpoints
...
The Kobo store proxy feature was failing with 404 errors for certain
store endpoints (e.g., /v1/products/featuredforkoboplus/) because
Flask's routing couldn't match these paths. This prevented the Discover
tab from working when "Proxy unknown requests to Kobo Store" was enabled.
Added catch-all routes using Flask's path converter to match any
/v1/products/* paths not handled by more specific routes, allowing
the proxy logic to properly redirect these requests to the official
Kobo store API.
2025-11-02 13:10:25 -05:00
..
2024-11-04 21:20:34 +01:00
2024-08-10 21:05:29 +02:00
2025-01-10 20:31:17 -05:00
2025-09-08 17:31:43 +02:00
2025-09-08 17:31:43 +02:00
2025-04-12 03:59:32 +08:00
2025-09-09 09:59:49 +02:00
2025-09-12 08:50:03 +02:00
2025-03-30 09:17:59 +02:00
2024-11-18 19:47:33 +01:00
2025-09-09 09:59:49 +02:00
2024-11-30 09:45:46 +01:00
2024-11-23 15:46:20 +01:00
2022-05-22 12:49:00 +01:00
2024-07-08 14:09:53 +02:00
2024-09-07 20:07:45 +02:00
2024-11-30 09:45:46 +01:00
2025-09-09 09:59:49 +02:00
2025-08-24 11:02:50 +02:00
2022-05-21 21:52:59 +01:00
2025-01-05 01:49:46 +01:00
2025-03-23 09:18:48 +01:00
2025-04-29 14:31:19 -04:00
2024-11-18 19:47:33 +01:00
2024-11-18 19:47:33 +01:00
2025-09-08 12:05:59 +02:00
2024-08-23 10:51:37 +02:00
2024-06-20 19:12:46 +02:00
2025-03-23 08:41:18 +01:00
2024-11-21 17:13:20 +01:00
2023-01-21 15:23:18 +01:00
2024-12-07 07:27:00 +01:00
2022-04-30 10:17:41 +02:00
2024-07-14 16:24:07 +02:00
2024-07-02 20:53:08 +02:00
2024-07-08 14:42:48 +02:00
2025-09-08 12:52:25 +02:00
2025-06-29 09:46:23 +02:00
2024-11-02 16:59:19 +01:00
2024-11-23 15:46:20 +01:00
2025-03-30 12:03:12 +02:00
2024-12-13 18:03:14 +01:00
2025-11-02 13:10:25 -05:00
2025-03-23 15:12:06 +01:00
2024-11-23 15:46:20 +01:00
2024-07-29 20:08:17 +02:00
2024-07-15 19:38:54 +02:00
2025-03-30 12:03:12 +02:00
2025-08-15 11:10:14 -04:00
2022-03-13 19:00:37 +01:00
2024-07-31 19:25:01 +02:00
2024-07-14 16:24:07 +02:00
2024-07-14 16:24:07 +02:00
2025-03-30 12:03:12 +02:00
2024-07-17 20:05:51 +02:00
2024-12-07 07:27:00 +01:00
2024-10-28 16:16:28 +01:00
2024-07-08 14:42:48 +02:00
2024-08-21 19:25:50 +02:00
2024-10-25 14:18:22 +02:00
2021-10-04 19:23:24 +02:00
2024-08-02 18:08:18 +02:00
2024-07-08 15:04:53 +02:00
2025-03-30 12:03:12 +02:00
2024-11-11 18:46:07 +01:00
2024-11-30 09:45:46 +01:00
2024-07-17 19:42:12 +02:00
2025-03-30 12:03:12 +02:00