()
| 1522 | } |
| 1523 | |
| 1524 | async fn robots_view() -> Html<&'static str> { |
| 1525 | Html( |
| 1526 | r#" |
| 1527 | User-agent: * |
| 1528 | Disallow: / |
| 1529 | "#, |
| 1530 | ) |
| 1531 | } |
| 1532 | |
| 1533 | async fn status_view() -> Html<&'static str> { |
| 1534 | Html(r#"Ok"#) |
nothing calls this directly
no outgoing calls
no test coverage detected