Skip to content

Commit cef2584

Browse files
author
Mohsen Javidpanah
committed
...
1 parent ebe8905 commit cef2584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redocs/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_endpoints(request):
3535
force_script_name = force_script_name[:-1]
3636

3737
temp_endpoints = endpoints.copy()
38-
endpoints = {}
38+
endpoints = []
3939
for item in temp_endpoints:
4040
new_item = {}
4141
for k, v in item.items():

0 commit comments

Comments
 (0)