Added simple root and swagger routes
This commit is contained in:
parent
bcfc8e6eeb
commit
6be8b0044a
5 changed files with 59 additions and 10 deletions
|
|
@ -45,6 +45,9 @@ class PluginSchema(Schema):
|
|||
|
||||
|
||||
class PluginListResource(Resource):
|
||||
"""
|
||||
List and basic documentation for all enabled plugins
|
||||
"""
|
||||
@marshal_with(PluginSchema(many=True))
|
||||
def get(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue