👽 Update the articles url to new

This commit is contained in:
2026-01-02 20:33:04 +08:00
parent 1d99ac6441
commit 46a826ff86
5 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ final articleDetailProvider = FutureProvider.autoDispose
try {
final response = await dio.get<Map<String, dynamic>>(
'/sphere/feeds/articles/$articleId',
'/insight/feeds/articles/$articleId',
);
if (response.statusCode == 200 && response.data != null) {