diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-19 10:02:27 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-12-19 10:02:27 +0200 |
| commit | 0f5a0b13fc4408952d90d2450c642a7948b88879 (patch) | |
| tree | f70592874d867175a20107244eeb433bcb0376f8 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup | |
| parent | f131b2573bfb617998927ea1072eb946b800d5e7 (diff) | |
| download | Tango-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')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs | 2 |
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) |
