Skip to content

Commit 0ec6f59

Browse files
author
Joel Collins
committed
Added extensions tag to extensions list view
1 parent 66c2586 commit 0ec6f59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labthings/server/default_views/extensions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
from ..view import View
33
from ..find import registered_extensions
44
from ..schema import ExtensionSchema
5-
from ..decorators import marshal_with
5+
from ..decorators import marshal_with, Tag
66

77

8+
@Tag("extensions")
89
class ExtensionList(View):
910
"""List and basic documentation for all enabled Extensions"""
1011

0 commit comments

Comments
 (0)