srctree

Gregory Mullen parent 82793841 1d12c06e
sort endpoints

inlinesplit
src/endpoints/repos.zig added: 3, removed: 3, total 0
@@ -37,13 +37,13 @@ const gitweb = @import("../gitweb.zig");
 
const endpoints = [_]Route.Match{
ROUTE("", treeBlob),
ROUTE("blame", blame),
ROUTE("blob", treeBlob),
ROUTE("commit", &Commits.router),
ROUTE("commits", &Commits.router),
ROUTE("tree", treeBlob),
ROUTE("diffs", &Diffs.router),
ROUTE("issues", &Issues.router),
ROUTE("blame", blame),
ROUTE("tree", treeBlob),
} ++ gitweb.endpoints;
 
pub const RouteData = struct {