prefer constants
This commit is contained in:
parent
d64ad7feae
commit
16553363ab
@ -30,7 +30,7 @@ public interface AppDeploymentsApi {
|
||||
|
||||
@GET
|
||||
@Path("runtime-app-deployment")
|
||||
@Produces({ "application/json" })
|
||||
@Produces({ MediaType.APPLICATION_JSON })
|
||||
AppDeployment get(
|
||||
@QueryParam("deploymentId") String deploymentId);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user