chiamate aPI
This commit is contained in:
parent
d060682e74
commit
8711248cf0
@ -32,7 +32,7 @@ namespace VirtualTask.Controllers
|
|||||||
return RedirectToAction("Index", "Login");
|
return RedirectToAction("Index", "Login");
|
||||||
|
|
||||||
apiUrl = helper.GetStringValue("apiUrl");
|
apiUrl = helper.GetStringValue("apiUrl");
|
||||||
urlBase = apiUrl + "chiamate";
|
urlBase = apiUrl + "chiamateList";
|
||||||
urlBase = urlBase + "?token=" + token;
|
urlBase = urlBase + "?token=" + token;
|
||||||
Uri baseAddress = new Uri(urlBase);
|
Uri baseAddress = new Uri(urlBase);
|
||||||
client = new HttpClient();
|
client = new HttpClient();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user