diff --git a/web/repertory/lib/models/mount.dart b/web/repertory/lib/models/mount.dart index e6a1d2e6..0575c646 100644 --- a/web/repertory/lib/models/mount.dart +++ b/web/repertory/lib/models/mount.dart @@ -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', ), ), );