start to write contract apis
This commit is contained in:
7
config/conf/drf_yasg.py
Normal file
7
config/conf/drf_yasg.py
Normal file
@@ -0,0 +1,7 @@
|
||||
SWAGGER_SETTINGS = {
|
||||
'SECURITY_DEFINITIONS': {
|
||||
'basic': {
|
||||
'type': 'basic'
|
||||
}
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user