Add `version` endpoint to `test-http-api`
modified crates/test-http-api/src/api.rs
@@ -17,6 +17,7 @@ use radicle_types::cobs::issue;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -61,6 +62,7 @@ pub fn router(ctx: Context) -> Router {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -137,6 +139,15 @@ async fn repo_handler(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|