This commit is contained in:
2025-08-15 13:32:14 -05:00
parent 01bb853d22
commit 1a9756a86e

View File

@@ -30,7 +30,7 @@ class Auth with ChangeNotifier {
_user = user; _user = user;
final auth = await createAuth(); final auth = await createAuth();
final response = await http.put( final response = await http.get(
Uri.parse( Uri.parse(
Uri.encodeFull('${getBaseUri()}/api/v1/locations?auth=$auth'), Uri.encodeFull('${getBaseUri()}/api/v1/locations?auth=$auth'),
), ),