mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Work on tree
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use axum::{
|
||||
Extension, Json,
|
||||
Json,
|
||||
extract::{Path, State},
|
||||
};
|
||||
|
||||
@@ -10,7 +10,7 @@ use unshell_lib::{
|
||||
debug,
|
||||
};
|
||||
|
||||
use crate::{Server, auth::structs::CurrentUser};
|
||||
use crate::Server;
|
||||
|
||||
impl Server {
|
||||
pub async fn get_tree2_root(
|
||||
|
||||
Reference in New Issue
Block a user