Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Aug 7, 2024
2 parents d742e3b + 224d5e8 commit ecd5c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nyalcf_core/lib/network/dio/proxies/status_proxies.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ProxiesStatus {
//Logger.debug(paramsMap);

try {
final res = await instance.get('$apiV2Url/proxies/getStatus',
final res = await instance.get('$apiV2Url/proxies/status',
queryParameters: paramsMap);
Logger.debug(res);
final Map<String, dynamic> data = res.data['data'];
Expand Down

0 comments on commit ecd5c15

Please sign in to comment.