Closed abhaga closed 9 years ago
If you have two separate view functions handling different http verbs, currently only one of them appears in the swagger output since the latter one overwrites the earlier. This is a fix for that.
That's a good catch! Thanks. I might change this to a defaultdict later but this is fine for now.
If you have two separate view functions handling different http verbs, currently only one of them appears in the swagger output since the latter one overwrites the earlier. This is a fix for that.