Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit committed Sep 13, 2024
1 parent b8ba855 commit 22884dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ interface UiResource {
IdResponseDto deleteContractDefinition(@PathParam("contractDefinitionId") String contractDefinitionId);

@POST
@Path("pages/create-data-offer")
@Path("pages/create-data-offer/")
@Produces(MediaType.APPLICATION_JSON)
@Consumes(MediaType.APPLICATION_JSON)
@Operation(description = "Create a new asset, contract definition and optional policies. Uses the same id for the asset, the contract policy, the access policy and the contract definition")
Expand Down

0 comments on commit 22884dc

Please sign in to comment.