Add example of third party API
This commit is contained in:
@@ -3,7 +3,7 @@ from .schema import WidgetSchema # noqa
|
||||
BASE_ROUTE = 'widget'
|
||||
|
||||
|
||||
def register_routes(root_api, root='api'):
|
||||
def register_routes(api, app, root='api'):
|
||||
from .controller import api as widget_api
|
||||
root_api.add_namespace(widget_api, path=f'/{root}/{BASE_ROUTE}')
|
||||
return root_api
|
||||
|
||||
api.add_namespace(widget_api, path=f'/{root}/{BASE_ROUTE}')
|
||||
|
Reference in New Issue
Block a user