This commit is contained in:
Mohamed Nouffer
2022-04-18 11:16:23 +05:30
parent e6cf730ae2
commit 95667a5a57
4 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@ class LocationPolygonervice{
final geo = GeoJson();
GeoJsonFeature? fs;
String url = 'http://localhost:8100/api/location_polygon/';
String url = 'http://container.intranet.sumasen.net:8100/api/location_polygon/';
final response = await http.get(Uri.parse(url),
headers: <String, String>{
'Content-Type': 'application/json; charset=UTF-8',