aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-12-19 10:02:27 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-12-19 10:02:27 +0200
commit0f5a0b13fc4408952d90d2450c642a7948b88879 (patch)
treef70592874d867175a20107244eeb433bcb0376f8 /Software/Visual_Studio/Tango.UnitTesting
parentf131b2573bfb617998927ea1072eb946b800d5e7 (diff)
downloadTango-0f5a0b13fc4408952d90d2450c642a7948b88879.tar.gz
Tango-0f5a0b13fc4408952d90d2450c642a7948b88879.zip
Starting working on improving web api's access...
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/MachineService_TST.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/MachineService_TST.cs b/Software/Visual_Studio/Tango.UnitTesting/MachineService_TST.cs
index 4afa31edf..954d53da8 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/MachineService_TST.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/MachineService_TST.cs
@@ -17,7 +17,7 @@ namespace Tango.UnitTesting
public void Check_For_Updates()
{
ITransportWebClient client = new ProtoWebClient();
- var result = client.Post<CheckForUpdateRequest, CheckForUpdateResponse>("http://localhost:51581/api/Synchronization/CheckForUpdate", new CheckForUpdateRequest()
+ var result = client.Post<CheckForUpdateRequest, CheckForUpdateResponse>("http://localhost:51581/api/PPC/CheckForUpdate", new CheckForUpdateRequest()
{
SerialNumber = "0000",
Version = "0.0.0.0",