You might need to mark GetCustomMeta() private as I'm getting a routing error due to it conflicting with the Get() in the same controller.
Multiple actions were found that match the request:
System.Net.Http.HttpResponseMessage Get() on type Swagger.Net.DocsController
System.Net.Http.HttpResponseMessage GetCustomMeta() on type Swagger.Net.DocsController
You might need to mark GetCustomMeta() private as I'm getting a routing error due to it conflicting with the Get() in the same controller.
Multiple actions were found that match the request: System.Net.Http.HttpResponseMessage Get() on type Swagger.Net.DocsController System.Net.Http.HttpResponseMessage GetCustomMeta() on type Swagger.Net.DocsController