aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/App_Start/WebApiConfig.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-02-20 22:55:15 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-02-20 22:55:15 +0200
commit9447a8a09f87d6ea2cb62860021c595386668eec (patch)
treea02db15a1247587f14fedb6ccae76f79bd63afb3 /Software/Visual_Studio/Web/Tango.MachineService/App_Start/WebApiConfig.cs
parent17446569ca8d8dd00331da5926b938593c4b117f (diff)
downloadTango-9447a8a09f87d6ea2cb62860021c595386668eec.tar.gz
Tango-9447a8a09f87d6ea2cb62860021c595386668eec.zip
A lot of work !!!
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/App_Start/WebApiConfig.cs')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/App_Start/WebApiConfig.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/App_Start/WebApiConfig.cs b/Software/Visual_Studio/Web/Tango.MachineService/App_Start/WebApiConfig.cs
index 0a63e9acb..73265328c 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/App_Start/WebApiConfig.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/App_Start/WebApiConfig.cs
@@ -22,10 +22,10 @@ namespace Tango.MachineService
defaults: new { id = RouteParameter.Optional });
config.Formatters.Insert(0, new ProtoBufFormatter());
- config.Formatters.Insert(1, new JsonNetFormatter(new JsonSerializerSettings()
- {
- PreserveReferencesHandling = PreserveReferencesHandling.All,
- }));
+ //config.Formatters.Insert(1, new JsonNetFormatter(new JsonSerializerSettings()
+ //{
+ // PreserveReferencesHandling = PreserveReferencesHandling.All,
+ //}));
}
}
}