Skip to content

Commit

Permalink
restore devices endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Feb 28, 2023
1 parent 8088481 commit 00eb41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class API {
final response = await get(
Uri.https(
'${Uri.encodeComponent(server.login)}:${Uri.encodeComponent(server.password)}@${server.ip}:${server.port}',
'/ajax/devices.php',
'/devices.php',
{
'XML': '1',
},
Expand Down

0 comments on commit 00eb41a

Please sign in to comment.