Skip to content

Commit

Permalink
Remove unnecessary prefix from path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Veldhoen committed Sep 24, 2024
1 parent 0fffc15 commit bf95c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
basePath = "/api"
api = Api(version=apiVersion)

api.add_namespace(transcribe_api, path="%s/transcribe" % basePath)
api.add_namespace(transcribe_api, path="%s" % basePath)

0 comments on commit bf95c7f

Please sign in to comment.