deprecated unpaginated /issued-ticketbooks-challenge request (#5555)

This commit is contained in:
Jędrzej Stuczyński
2025-03-04 16:42:08 +00:00
committed by GitHub
parent f7ebddf84b
commit e72103bbe6
+2
View File
@@ -17,6 +17,7 @@ use time::Date;
use tracing::trace;
use utoipa::{IntoParams, ToSchema};
#[allow(deprecated)]
pub(crate) fn issued_routes() -> Router<AppState> {
Router::new()
.route(
@@ -76,6 +77,7 @@ async fn issued_ticketbooks_for(
(status = 400, body = String, description = "this nym-api is not an ecash signer in the current epoch"),
)
)]
#[deprecated]
async fn issued_ticketbooks_challenge(
State(state): State<Arc<EcashState>>,
Json(challenge): Json<IssuedTicketbooksChallengeRequest>,