Refactor admin API to be in api/admin and use common code

This commit is contained in:
Alex Auvolat
2022-05-05 10:29:45 +02:00
parent 5768bf3622
commit 633958c7b1
16 changed files with 228 additions and 220 deletions
-1
View File
@@ -15,7 +15,6 @@ path = "lib.rs"
[dependencies]
garage_util = { version = "0.7.0", path = "../util" }
garage_admin = { version = "0.7.0", path = "../admin" }
arc-swap = "1.0"
bytes = "1.0"