Add remove mount capabilities to CLI and UI #62

This commit is contained in:
2025-10-05 17:49:16 -05:00
parent 112f573283
commit a969546a05

View File

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