mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-12 11:12:17 -04:00
documented extension endpoint
This commit is contained in:
parent
2c1bc2f05a
commit
77269a82e6
3 changed files with 20 additions and 4 deletions
|
@ -160,5 +160,6 @@ class APIBulkDownloadCreator(Resource):
|
|||
|
||||
|
||||
class APISupportedExtensions(Resource):
|
||||
@swag_from('./oas/extension.yml')
|
||||
def get(self):
|
||||
return utils.get_supported_extensions()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue