fix
This commit is contained in:
@@ -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'),
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user