changed url for goal
This commit is contained in:
@ -190,7 +190,7 @@ class ExternalService {
|
||||
'team_name': teamname,
|
||||
'cp_number': cp.toString(),
|
||||
'event_code': eventcode,
|
||||
'image': _res["checkinimage"].toString().replaceAll('http://localhost', 'http://rogaining.sumasen.net')
|
||||
'image': _res["checkinimage"].toString().replaceAll('http://localhost:8100', 'http://rogaining.sumasen.net')
|
||||
});
|
||||
print("--json-- ${vvv}");
|
||||
print("--- checnin response ${response3.statusCode}----");
|
||||
@ -262,7 +262,7 @@ class ExternalService {
|
||||
'team_name': teamname,
|
||||
'event_code': eventcode,
|
||||
'goal_time' : goal_time,
|
||||
'image' : _res["goalimage"].toString().replaceAll('http://localhost', 'http://rogaining.sumasen.net')
|
||||
'image' : _res["goalimage"].toString().replaceAll('http://localhost:8100', 'http://rogaining.sumasen.net')
|
||||
}
|
||||
),
|
||||
);
|
||||
@ -270,7 +270,7 @@ class ExternalService {
|
||||
'team_name': teamname,
|
||||
'event_code': eventcode,
|
||||
'goal_time' : goal_time,
|
||||
'image' : _res["goalimage"].toString().replaceAll('http://localhost', 'http://rogaining.sumasen.net')
|
||||
'image' : _res["goalimage"].toString().replaceAll('http://localhost:8100', 'http://rogaining.sumasen.net')
|
||||
}
|
||||
);
|
||||
print("-- json -- ${rec}");
|
||||
|
||||
Reference in New Issue
Block a user