Skip to content

Commit

Permalink
feat:希望支持分支进行上架测试 #4780
Browse files Browse the repository at this point in the history
  • Loading branch information
yjieliang committed Oct 18, 2023
1 parent 36c64b7 commit 4316c26
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ interface BuildAtomResource {
): Result<String>

@ApiOperation("结束插件分支测试版本测试")
@POST
@Path("/end/atom/{atomCode}/test/version")
@GET
@Path("/end/atoms/{atomCode}/test/version")
fun endBranchVersionTest(
@ApiParam("userId", required = true)
@HeaderParam(AUTH_HEADER_USER_ID)
Expand Down

0 comments on commit 4316c26

Please sign in to comment.