http: Display simple info page on /
1 file changed
+8
-0
06fa429e
→
5444875e
modified radicle-httpd/src/lib.rs
@@ -15,6 +15,8 @@ use anyhow::Context as _;
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -115,6 +117,7 @@ fn router(options: Options, profile: Profile) -> anyhow::Result<Router> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -122,6 +125,11 @@ fn router(options: Options, profile: Profile) -> anyhow::Result<Router> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|