aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-04-22 07:01:05 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-04-22 07:01:05 +0300
commit405f1ac07d78468c3e1a0ef1c0dc8956635c8677 (patch)
treee7103eb16188663d28f0926b94eaabd87fb2473b /Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs
parent499e0a03bb41e2330a47ccca83e6e6dfe7c5a634 (diff)
downloadTango-405f1ac07d78468c3e1a0ef1c0dc8956635c8677.tar.gz
Tango-405f1ac07d78468c3e1a0ef1c0dc8956635c8677.zip
FSE work + fixed issue with personal access token on MS and PPC.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs')
-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
};
}