mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 06:22:57 +00:00
Safekeeper HTTP router: add comment about /v1/timeline
This commit is contained in:
committed by
Egor Suvorov
parent
0ac0fba77a
commit
e2a5a31595
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user