mirror of
https://github.com/typesense/typesense.git
synced 2025-05-20 21:52:23 +08:00
Add health check endpoint to replica server.
This commit is contained in:
parent
9ab7e3db46
commit
bfa975ef85
@ -39,6 +39,7 @@ void replica_server_routes() {
|
||||
|
||||
// meta
|
||||
server->get("/debug", get_debug);
|
||||
server->get("/health", get_health);
|
||||
|
||||
// replication
|
||||
server->get("/replication/updates", get_replication_updates, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user