Skip to content

Commit

Permalink
fix version=4
Browse files Browse the repository at this point in the history
  • Loading branch information
aamalev committed Dec 3, 2021
1 parent b857d43 commit cb617c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_apiset/swagger/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def _handler_swagger_ui(self, request, spec, version):
- name: version
in: query
type: integer
enum: [2,3]
enum: [2,3,4]
"""
version = version or self._version_ui
if self._spec_url:
Expand Down

0 comments on commit cb617c4

Please sign in to comment.