This commit is contained in:
@@ -110,7 +110,7 @@ class Mount with ChangeNotifier {
|
||||
final response = await http.put(
|
||||
Uri.parse(
|
||||
Uri.encodeFull(
|
||||
'${getBaseUri()}/api/v1/mount_location?auth=$auth&name=$name&type=$type&auto_start=$autoStart',
|
||||
'${getBaseUri()}/api/v1/mount_auto_start?auth=$auth&name=$name&type=$type&auto_start=$autoStart',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user