adding explicit 'unstable' path segment

This commit is contained in:
Jędrzej Stuczyński
2024-05-19 10:27:33 +01:00
parent 7818658ee8
commit 910b6a1369
+2 -2
View File
@@ -393,7 +393,7 @@ pub mod unstable {
}
#[openapi(tag = "UNSTABLE - DO **NOT** USE")]
#[get("/mixnodes/<mix_id>/test-results?<pagination..>")]
#[get("/mixnodes/unstable/<mix_id>/test-results?<pagination..>")]
pub async fn mixnode_test_results(
mix_id: MixId,
pagination: PaginationRequest,
@@ -477,7 +477,7 @@ pub mod unstable {
}
#[openapi(tag = "UNSTABLE - DO **NOT** USE")]
#[get("/gateways/<gateway_identity>/test-results?<pagination..>")]
#[get("/gateways/unstable/<gateway_identity>/test-results?<pagination..>")]
pub async fn gateway_test_results(
gateway_identity: &str,
pagination: PaginationRequest,