mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-07 10:26:25 +00:00
Rend l'API fonctionnelle sous buster
This commit is contained in:
parent
7fb5f786fd
commit
d3310866cd
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class AllViewsRouter(DefaultRouter):
|
|||
"""
|
||||
return pattern.split('/')[-1]
|
||||
|
||||
def get_api_root_view(self, schema_urls=None):
|
||||
def get_api_root_view(self, schema_urls=None, api_urls=None):
|
||||
"""Create a class-based view to use as the API root.
|
||||
|
||||
Highly inspired by the base class. See details on the implementation
|
||||
|
|
Loading…
Reference in a new issue