Created
April 14, 2021 03:16
-
-
Save KimSoungRyoul/17081cba65950e1e7d02e58018e2dd09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SPECTACULAR_SETTINGS = { | |
# ..... | |
# drf-spectacular 라이브러리 version up이 없이도 자신의 원하는 swagger-ui의 version을 사용할수있다. | |
# swagger-ui version 정보는 여기서 확인 https://www.npmjs.com/package/swagger-ui | |
'SWAGGER_UI_DIST': '//unpkg.com/[email protected]', | |
'SWAGGER_UI_FAVICON_HREF': '//unpkg.com/[email protected]/favicon-32x32.png', | |
# .... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment