mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Restructure some of the folder structure in unshell-server
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
use std::collections::HashMap;
|
||||
|
||||
use axum::{
|
||||
Extension, Json,
|
||||
extract::{Path, State},
|
||||
@@ -8,7 +6,7 @@ use serde::{Deserialize, Serialize};
|
||||
use serde_json::Value;
|
||||
use unshell_lib::debug;
|
||||
|
||||
use crate::{Server, api::CurrentUser};
|
||||
use crate::{Server, auth::structs::CurrentUser};
|
||||
|
||||
pub trait Tree {
|
||||
fn is_folder() -> bool {
|
||||
|
||||
Reference in New Issue
Block a user