Work on tree

This commit is contained in:
Michael Mikovsky
2025-12-23 23:09:05 -07:00
parent 1d7845e725
commit ce9776dae7
9 changed files with 97 additions and 104 deletions
+2 -2
View File
@@ -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(