Skip to content

Commit

Permalink
fix url column option bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Nov 30, 2021
1 parent ede85bb commit a002353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clip_retrieval/clip_back.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def clip_back(
app.wsgi_app = DispatcherMiddleware(app.wsgi_app, {"/metrics": make_wsgi_app()})
from .clip_front import add_static_endpoints # pylint: disable=import-outside-toplevel

add_static_endpoints(app, default_backend, url_column)
add_static_endpoints(app, default_backend, None, url_column)

api = Api(app)
api.add_resource(MetricsSummary, "/metrics-summary")
Expand Down

0 comments on commit a002353

Please sign in to comment.