Exemplo n.º 1
0
 public override void Configure(Container container)
 {
     ContentTypes.ClearCustomFilters();
     SetConfig(new HostConfig
     {
         DefaultContentType = MimeTypes.Json,
         EnableFeatures     = Feature.All.Remove(Feature.Html)
     });
 }