MMLib.SwaggerForOcelot v1.1.0
Burgyn
released this
25 Feb 14:22
·
216 commits
to master
since this release
New features
Breaking changes
- #16 Now
SwaggerEndPoint
configuration must containsConfig
definition:
"SwaggerEndPoints": [
{
"Key": "contacts",
"Config": [
{
"Name": "Contacts API",
"Version": "v1",
"Url": "http://localhost:5100/swagger/v1/swagger.json"
}]
}
]