From 0ddcb134a12f03d0b5b7c98d227bc05c3bce53ec Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 6 Sep 2025 12:13:59 -0500 Subject: [PATCH] fix --- web/repertory/lib/models/mount.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ), ), );