release: v0.1.1

This commit is contained in:
k
2024-06-24 05:14:52 +02:00
parent a1a576d088
commit e55b5195a9
41 changed files with 399 additions and 368 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ pub struct Route {
#[derive(Clone, Default, Deref, DerefMut)]
pub struct Routes(pub Grouped<HashMap<String, Route>>);
const DATASETS_PATH: &str = "../datasets_bkp";
const DATASETS_PATH: &str = "../datasets";
impl Routes {
pub fn build() -> Self {