aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
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/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
parentf131b2573bfb617998927ea1072eb946b800d5e7 (diff)
downloadTango-0f5a0b13fc4408952d90d2450c642a7948b88879.tar.gz
Tango-0f5a0b13fc4408952d90d2450c642a7948b88879.zip
Starting working on improving web api's access...
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
index e1795d06a..eb47ae231 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
@@ -114,7 +114,7 @@ namespace Tango.PPC.Common.MachineSetup
{
using (var http = new ProtoWebClient())
{
- setup_response = await http.Post<MachineSetupRequest, MachineSetupResponse>(machineServiceAddress + "/api/Synchronization/MachineSetup", request);
+ setup_response = await http.Post<MachineSetupRequest, MachineSetupResponse>(machineServiceAddress + "/api/PPC/MachineSetup", request);
}
}
catch (Exception ex)