🐛 Fixes due to changes in backend

This commit is contained in:
2025-08-15 03:33:20 +08:00
parent 3745157c42
commit 6007467e7a
2 changed files with 3 additions and 3 deletions

View File

@@ -51,12 +51,12 @@ class PostSearchNotifier
final offset = cursor == null ? 0 : int.parse(cursor);
final response = await client.get(
'/sphere/posts/search',
'/sphere/posts',
queryParameters: {
'query': _currentQuery,
'offset': offset,
'take': _pageSize,
'useVector': false,
'vector': false,
},
);