diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-01 19:07:17 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-01 19:07:17 +0100 |
commit | fe937c290195e5451f9e533e02664548817e6e13 (patch) | |
tree | 318ba12ff76dc3e435a01a246188c6a964e572f2 /src/api/admin/router_v0.rs | |
parent | 3192088aac0e1795401304a8dec715cd343538cf (diff) | |
parent | d601f311865b8159a7bf1801dd8f43021d0b443b (diff) | |
download | garage-fe937c290195e5451f9e533e02664548817e6e13.tar.gz garage-fe937c290195e5451f9e533e02664548817e6e13.zip |
Merge branch 'main' into next-v2
Diffstat (limited to 'src/api/admin/router_v0.rs')
-rw-r--r-- | src/api/admin/router_v0.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/api/admin/router_v0.rs b/src/api/admin/router_v0.rs index 68676445..9dd742ba 100644 --- a/src/api/admin/router_v0.rs +++ b/src/api/admin/router_v0.rs @@ -2,8 +2,9 @@ use std::borrow::Cow; use hyper::{Method, Request}; -use crate::admin::error::*; -use crate::router_macros::*; +use garage_api_common::router_macros::*; + +use crate::error::*; router_match! {@func |