mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
auth middleware
This commit is contained in:
committed by
Aiden McClelland
parent
2dc896ef04
commit
281dde2462
@@ -60,6 +60,7 @@ pub fn echo(#[context] _ctx: EitherContext, #[arg] message: String) -> Result<St
|
||||
developer::init,
|
||||
inspect::inspect,
|
||||
package,
|
||||
auth::auth,
|
||||
))]
|
||||
pub fn main_api(#[context] ctx: EitherContext) -> Result<EitherContext, RpcError> {
|
||||
Ok(ctx)
|
||||
|
||||
Reference in New Issue
Block a user