Skip to content

Commit

Permalink
fix route
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Nov 11, 2024
1 parent 183092b commit e405e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen3workflow/routes/ga4gh_tes.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from gen3workflow.config import config


router = APIRouter(prefix="/ga4gh-tes/v1")
router = APIRouter(prefix="/ga4gh/tes/v1")


async def get_request_body(request: Request):
Expand Down

0 comments on commit e405e25

Please sign in to comment.