Re-enable the API root path and exclude it from schema introspection.
Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
17acb444bd
commit
ff9e291cd7
@@ -24,7 +24,9 @@ class RESTAPIApp(MayanAppConfig):
|
||||
|
||||
settings.STRONGHOLD_PUBLIC_URLS += (r'^/%s/.+$' % self.app_url,)
|
||||
menu_tools.bind_links(
|
||||
links=(link_api_documentation, link_api_documentation_redoc)
|
||||
links=(
|
||||
link_api, link_api_documentation, link_api_documentation_redoc
|
||||
)
|
||||
)
|
||||
|
||||
for app in apps.get_app_configs():
|
||||
|
||||
Reference in New Issue
Block a user