parent
e0b480e232
commit
3327bf4788
|
@ -45,4 +45,11 @@ public class KeepAliveController {
|
|||
return Response.ok().build();
|
||||
}
|
||||
|
||||
@Timed
|
||||
@GET
|
||||
@Path("/provisioning")
|
||||
public Response getProvisioningKeepAlive() {
|
||||
return Response.ok().build();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue