iota_rest_kv/routes/
mod.rs

1// Copyright (c) 2025 IOTA Stiftung
2// SPDX-License-Identifier: Apache-2.0
3
4//! This module contains all routes supported by the REST API server
5
6pub mod health;
7pub mod kv_store;