mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-27 18:58:10 -07:00
release: v0.1.1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user