mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-13 07:46:51 +00:00
fix things up
This commit is contained in:
@@ -2,9 +2,10 @@ use std::borrow::Cow;
|
||||
|
||||
use hyper::{Method, Request};
|
||||
|
||||
use garage_api_common::router_macros::*;
|
||||
|
||||
use crate::error::*;
|
||||
use crate::router_v0;
|
||||
use garage_api_common::router_macros::*;
|
||||
|
||||
pub enum Authorization {
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user