prefer constants

This commit is contained in:
Brian Long 2024-09-23 16:16:55 -04:00
parent d64ad7feae
commit 16553363ab

View File

@ -30,7 +30,7 @@ public interface AppDeploymentsApi {
@GET @GET
@Path("runtime-app-deployment") @Path("runtime-app-deployment")
@Produces({ "application/json" }) @Produces({ MediaType.APPLICATION_JSON })
AppDeployment get( AppDeployment get(
@QueryParam("deploymentId") String deploymentId); @QueryParam("deploymentId") String deploymentId);