Skip to content

Commit e61ca14

Browse files
ldanilekConvex, Inc.
authored and
Convex, Inc.
committed
move /rev to be only on big-brain (#25290)
GitOrigin-RevId: a2a4b317e922141673fe993a4d38e75ce964ecac
1 parent c8f0530 commit e61ca14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/common/src/http/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ use crate::{
9999
version::{
100100
ClientVersion,
101101
ClientVersionState,
102-
COMPILED_REVISION,
103102
},
104103
RequestId,
105104
};
@@ -582,7 +581,6 @@ impl ConvexHttpService {
582581
// Middleware needn't apply to these routes
583582
.route("/version", get(move || async move { version }))
584583
.route("/metrics", get(metrics))
585-
.route("/rev", get(|| async { COMPILED_REVISION }))
586584
.layer(sentry_layer);
587585

588586
Self { router }

0 commit comments

Comments
 (0)