fix route

This commit is contained in:
Scott E. Graves 2025-03-17 13:35:08 -05:00
parent 16bb4fe472
commit d125cb47d6

View File

@ -150,7 +150,7 @@ class Mount with ChangeNotifier {
final response = await http.get(
Uri.parse(
Uri.encodeFull(
'${getBaseUri()}/api/v1/get_mount_location?name=$name&type=$type',
'${getBaseUri()}/api/v1/mount_location?name=$name&type=$type',
),
),
);