Safekeeper HTTP router: add comment about /v1/timeline

This commit is contained in:
Egor Suvorov
2022-06-03 20:33:47 +03:00
committed by Egor Suvorov
parent 0ac0fba77a
commit e2a5a31595

View File

@@ -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",