Skip to content

Commit e42274e

Browse files
author
Mohsen Javidpanah
committed
The FORCE_SCRIPT_NAME Now Affecting On APIs
1 parent a813f95 commit e42274e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redocs/views.py

-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@ def get_endpoints(request):
4545
endpoints.append(new_item)
4646

4747
return render(request, 'redocs/index.html', {
48-
'force_script_name': force_script_name,
4948
'endpoints': json.dumps(endpoints),
5049
})

0 commit comments

Comments
 (0)