1// Copyright 2025 New Vector Ltd.
2//
3// SPDX-License-Identifier: AGPL-3.0-only
4// Please see LICENSE in the repository root for full details.
56mod get;
7mod list;
89pub use self::{
10 get::{doc as get_doc, handler as get},
11 list::{doc as list_doc, handler as list},
12};