From e2a5a3159556341ef53cfe4a87180c0ffa5dadbd Mon Sep 17 00:00:00 2001 From: Egor Suvorov Date: Fri, 3 Jun 2022 20:33:47 +0300 Subject: [PATCH] Safekeeper HTTP router: add comment about /v1/timeline --- safekeeper/src/http/routes.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/safekeeper/src/http/routes.rs b/safekeeper/src/http/routes.rs index ca43039d3b..33581c6c31 100644 --- a/safekeeper/src/http/routes.rs +++ b/safekeeper/src/http/routes.rs @@ -222,6 +222,7 @@ pub fn make_router( "/v1/timeline/:tenant_id/:timeline_id", timeline_status_handler, ) + // Will be used in the future instead of implicit timeline creation .post("/v1/timeline", timeline_create_handler) .delete( "/v1/tenant/:tenant_id/timeline/:timeline_id",