wip: JWTAuthenticated
TODO: move into api/ fix: test chore: move JWTAuthenticated into extract chore: fmt
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
use axum_extra::routing::TypedPath;
|
||||
|
||||
use serde::{Deserialize, Serialize};
|
||||
@@ -23,7 +21,7 @@ pub struct GetCertsPubkey {
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Default)]
|
||||
pub struct CertIds {
|
||||
pub ids: Vec<String>
|
||||
pub ids: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(TypedPath, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user