There was an error while loading. Please reload this page.
2 parents df0b302 + 254bac2 commit a10da64Copy full SHA for a10da64
1 file changed
gateway/src/main.rs
@@ -312,6 +312,7 @@ async fn main() -> Result<()> {
312
313
let mut rocket = rocket::custom(figment)
314
.mount("/prpc", prpc!(Proxy, RpcHandler, trim: "Tproxy."))
315
+ .mount("/", web_routes::health_routes())
316
// Mount WaveKV sync endpoint (requires mTLS gateway auth)
317
.mount("/", web_routes::wavekv_sync_routes())
318
.attach(AdHoc::on_response("Add app version header", |_req, res| {
0 commit comments