aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Controllers
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-04-23 18:24:10 +0300
committerAvi Levkovich <avi@twine-s.com>2020-04-23 18:24:10 +0300
commit8438e5447b6bed6ed97f2e3fda6977ce4bf74d0c (patch)
tree4efca7fbcdbb241ac3760e372dda75f99638dde0 /Software/Visual_Studio/Web/Tango.MachineService/Controllers
parentf48d6b6714c3115c3b2031e84b85a9fa7442c40f (diff)
parent5627d88d6dec269a0b2dcc4538773fe6bbfc767d (diff)
downloadTango-8438e5447b6bed6ed97f2e3fda6977ce4bf74d0c.tar.gz
Tango-8438e5447b6bed6ed97f2e3fda6977ce4bf74d0c.zip
merge conflict
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs
index 27d93f467..bb3ef588f 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs
@@ -117,8 +117,8 @@ namespace Tango.MachineService.Controllers
{
return new BugReportingInfoResponse()
{
- CollectionUrl = MachineServiceConfig.FSE_TFS_COLLECTION_URL,
- PersonalToken = MachineServiceConfig.FSE_TFS_PERSONAL_TOKEN,
+ CollectionUrl = MachineServiceConfig.TFS_COLLECTION_URL,
+ PersonalToken = MachineServiceConfig.TFS_PERSONAL_TOKEN,
UserEmail = MachineServiceConfig.FSE_TFS_USER_EMAIL
};
}