Add graph tab

This commit is contained in:
Joscha 2023-08-14 17:49:21 +02:00
parent 9caf664b10
commit b0eb94a02a
7 changed files with 56 additions and 1 deletions

View file

@ -9,6 +9,10 @@ use serde::Deserialize;
#[typed_path("/")]
pub struct PathIndex {}
#[derive(Deserialize, TypedPath)]
#[typed_path("/graph/")]
pub struct PathGraph {}
#[derive(Deserialize, TypedPath)]
#[typed_path("/queue/")]
pub struct PathQueue {}