Several untracked changed...
This commit is contained in:
parent
a9a10a6d52
commit
0cf00faf78
8 changed files with 119 additions and 50 deletions
|
|
@ -1,9 +1,5 @@
|
|||
use axum::response::Redirect;
|
||||
use axum::{
|
||||
Router, extract::Path, http::HeaderMap, http::StatusCode, response::IntoResponse,
|
||||
response::Json, routing::get, routing::post,
|
||||
};
|
||||
use tokio::process::Command;
|
||||
use axum::{Router, routing::get, routing::post};
|
||||
|
||||
mod auth;
|
||||
mod config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue