mirror of
https://github.com/signalapp/Signal-Server
synced 2026-03-05 22:16:48 +00:00
Add provisioning keepalive endpoint.
// FREEBIE
This commit is contained in:
@@ -45,4 +45,11 @@ public class KeepAliveController {
|
||||
return Response.ok().build();
|
||||
}
|
||||
|
||||
@Timed
|
||||
@GET
|
||||
@Path("/provisioning")
|
||||
public Response getProvisioningKeepAlive() {
|
||||
return Response.ok().build();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user