summaryrefslogtreecommitdiff
path: root/matweb/rest_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'matweb/rest_api.py')
-rw-r--r--matweb/rest_api.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/matweb/rest_api.py b/matweb/rest_api.py
index 20ec155..0e47a5d 100644
--- a/matweb/rest_api.py
+++ b/matweb/rest_api.py
@@ -160,5 +160,6 @@ class APIBulkDownloadCreator(Resource):
160 160
161 161
162class APISupportedExtensions(Resource): 162class APISupportedExtensions(Resource):
163 @swag_from('./oas/extension.yml')
163 def get(self): 164 def get(self):
164 return utils.get_supported_extensions() 165 return utils.get_supported_extensions()