Move typed paths to separate module
This commit is contained in:
parent
3d5a277234
commit
058ed2e85c
6 changed files with 85 additions and 27 deletions
|
|
@ -7,7 +7,7 @@ use tracing::{debug, warn};
|
|||
|
||||
use crate::{
|
||||
config::{Config, WorkerServerConfig},
|
||||
server::web::api::worker::{
|
||||
server::web::paths::{
|
||||
PathApiWorkerBenchRepoByHashTreeTarGz, PathApiWorkerRepoByHashTreeTarGz,
|
||||
PathApiWorkerStatus,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue