refactor(frontend): adapt to RESTful API routes

This commit is contained in:
qzl
2026-02-26 14:28:58 +08:00
parent 5b8b584013
commit d635d9a5e0
16 changed files with 210 additions and 115 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ Future<void> configureDependencies() async {
apiClient.setRefreshCallback((token) async {
try {
await authRepository.refresh(token);
await authRepository.refreshSession(token);
return true;
} catch (_) {
return false;