Skip to content

Commit

Permalink
bumping the default plater version in openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Oct 10, 2024
1 parent 489e68e commit 6f87ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PLATER/services/util/api_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async def get_graph_interface():


def construct_open_api_schema(app, trapi_version, prefix="", plater_title='Plater API'):
plater_version = config.get('PLATER_VERSION', 'v2.0.6')
plater_version = config.get('PLATER_VERSION', 'v2.1.2')
server_url = config.get('PUBLIC_URL', '')
if app.openapi_schema:
return app.openapi_schema
Expand Down

0 comments on commit 6f87ab1

Please sign in to comment.