We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a813f95 commit e42274eCopy full SHA for e42274e
redocs/views.py
@@ -45,6 +45,5 @@ def get_endpoints(request):
45
endpoints.append(new_item)
46
47
return render(request, 'redocs/index.html', {
48
- 'force_script_name': force_script_name,
49
'endpoints': json.dumps(endpoints),
50
})
0 commit comments