Skip to content

Commit cd05e79

Browse files
Kobzolrylev
authored andcommitted
Convert compare page to templates
1 parent 571e0e5 commit cd05e79

File tree

5 files changed

+376
-389
lines changed

5 files changed

+376
-389
lines changed

site/src/server.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ async fn handle_fs_path(req: &Request, path: &str) -> Option<http::Response<hype
609609
let source = match path {
610610
"/index.html" => render_page("graphs.html").await,
611611
"/bootstrap.html"
612+
| "/compare.html"
612613
| "/dashboard.html"
613614
| "/detailed-query.html"
614615
| "/help.html"

0 commit comments

Comments
 (0)