I can't find a way to add the BASE URL to the django rest swagger. I tried adding
SWAGGER_SETTINGS = {
"base_path": 'localhost:62090/',
}
to settings.py. But its not working.
I can't find a way to add the BASE URL to the django rest swagger. I tried adding
SWAGGER_SETTINGS = {
"base_path": 'localhost:62090/',
}
to settings.py. But its not working.