Extract binary merging logic
This commit is contained in:
parent
7a8cca8fe7
commit
10bc8c7099
9 changed files with 55 additions and 57 deletions
|
|
@ -4,7 +4,7 @@ use axum_extra::{
|
|||
TypedHeader,
|
||||
};
|
||||
|
||||
use super::auth::{self, auth};
|
||||
use super::auth::auth;
|
||||
use crate::{app_state::AppState, database::models::PingResponse, errors::SyncServerError};
|
||||
|
||||
#[axum::debug_handler]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue