From 1a9756a86e6fb1eec5b3e888439234666b2b38b1 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 15 Aug 2025 13:32:14 -0500 Subject: [PATCH] fix --- web/repertory/lib/models/auth.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/repertory/lib/models/auth.dart b/web/repertory/lib/models/auth.dart index 94ebf939..badcd8aa 100644 --- a/web/repertory/lib/models/auth.dart +++ b/web/repertory/lib/models/auth.dart @@ -30,7 +30,7 @@ class Auth with ChangeNotifier { _user = user; final auth = await createAuth(); - final response = await http.put( + final response = await http.get( Uri.parse( Uri.encodeFull('${getBaseUri()}/api/v1/locations?auth=$auth'), ),