🐛 Dozens of bug fixes

This commit is contained in:
2025-08-24 02:33:02 +08:00
parent f85484d3ed
commit d7dcde898c
2 changed files with 3 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ class MarketplaceWebFeedsNotifier extends _$MarketplaceWebFeedsNotifier
final offset = cursor == null ? 0 : int.parse(cursor);
final response = await client.get(
'/sphere/feeds',
'/sphere/feeds/explore',
queryParameters: {
'offset': offset,
'take': 20,