Return graph data at /graph/data
This commit is contained in:
parent
3cf444ffc2
commit
3c9fc1ce75
8 changed files with 138 additions and 5 deletions
|
|
@ -13,6 +13,10 @@ pub struct PathIndex {}
|
|||
#[typed_path("/graph/")]
|
||||
pub struct PathGraph {}
|
||||
|
||||
#[derive(Deserialize, TypedPath)]
|
||||
#[typed_path("/graph/data")]
|
||||
pub struct PathGraphData {}
|
||||
|
||||
#[derive(Deserialize, TypedPath)]
|
||||
#[typed_path("/queue/")]
|
||||
pub struct PathQueue {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue