aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 3467f3f..c2eb328 100644
--- a/main.go
+++ b/main.go
@@ -27,6 +27,7 @@ func main() {
}
http.HandleFunc("/{$}", handle_index)
+ http.HandleFunc("/{project_name}/repos/{repo_name}/", handle_repo_index)
listener, err := net.Listen(config.HTTP.Net, config.HTTP.Addr)
if err != nil {