Return graph data at /graph/data
This commit is contained in:
parent
3cf444ffc2
commit
3c9fc1ce75
8 changed files with 138 additions and 5 deletions
|
|
@ -22,7 +22,7 @@ use self::{
|
|||
},
|
||||
pages::{
|
||||
commit::get_commit_by_hash,
|
||||
graph::get_graph,
|
||||
graph::{get_graph, get_graph_data},
|
||||
index::get_index,
|
||||
queue::{get_queue, get_queue_delete, get_queue_inner},
|
||||
run::get_run_by_id,
|
||||
|
|
@ -44,6 +44,7 @@ pub async fn run(server: Server) -> somehow::Result<()> {
|
|||
.typed_get(get_api_worker_repo_by_hash_tree_tar_gz)
|
||||
.typed_get(get_commit_by_hash)
|
||||
.typed_get(get_graph)
|
||||
.typed_get(get_graph_data)
|
||||
.typed_get(get_index)
|
||||
.typed_get(get_queue)
|
||||
.typed_get(get_queue_delete)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue