Skip to content

Commit

Permalink
Update Web service API version to match ISA API version to avoid conf…
Browse files Browse the repository at this point in the history
…usion between the two
  • Loading branch information
djcomlab committed Jun 14, 2017
1 parent 6eb6a3b commit 8677c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isarest.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ def post(self):
app = Flask(__name__)
app.config.from_object(config)

api = swagger.docs(Api(app), apiVersion='0.2')
api = swagger.docs(Api(app), apiVersion='0.8')
api.add_resource(ConvertTabToJson, '/api/v1/convert/tab-to-json')
api.add_resource(ConvertJsonToTab, '/api/v1/convert/json-to-tab')
api.add_resource(ConvertTabToSra, '/api/v1/convert/tab-to-sra')
Expand Down

0 comments on commit 8677c5c

Please sign in to comment.