diff --git a/runtime/src/api_token.rs b/runtime/src/api_token.rs index ff7e31ae..9adea5a1 100644 --- a/runtime/src/api_token.rs +++ b/runtime/src/api_token.rs @@ -64,7 +64,7 @@ impl<'r> FromRequest<'r> for APIToken { } #[derive(Debug)] -enum APITokenError { +pub enum APITokenError { Missing, Invalid, } \ No newline at end of file