changes
This commit is contained in:
@@ -11,7 +11,7 @@ class ProfileService {
|
||||
|
||||
Future<Result<ProfileResponse>> getProfile() async {
|
||||
final result = await _networkManager.makeRequest(
|
||||
'/admin/v1/profile',
|
||||
'/api/v1/profile',
|
||||
method: 'GET',
|
||||
(json) => ProfileResponse.fromJson(json),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user