[ui] Implement provider test button #49
This commit is contained in:
@@ -289,7 +289,7 @@ class Mount with ChangeNotifier {
|
||||
final response = await http.put(
|
||||
Uri.parse(
|
||||
Uri.encodeFull(
|
||||
'${getBaseUri()}/api/v1/test?auth=$auth&name=$name&type=$type&settings=${jsonEncode(mountConfig.settings)}',
|
||||
'${getBaseUri()}/api/v1/test?auth=$auth&name=$name&type=$type&config=${jsonEncode(mountConfig.settings)}',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user