Auto-link change descriptions based on server config
Also has nice side-effect of fixing the current linkify tests. Change-Id: Ief7341a755d5430257fc3768d74909b9a59cdd59
This commit is contained in:
@@ -50,6 +50,7 @@ func main() {
|
||||
http.HandleFunc("/changes/", handleRESTProxy)
|
||||
http.HandleFunc("/accounts/", handleRESTProxy)
|
||||
http.HandleFunc("/config/", handleRESTProxy)
|
||||
http.HandleFunc("/projects/", handleRESTProxy)
|
||||
http.HandleFunc("/accounts/self/detail", handleAccountDetail)
|
||||
log.Println("Serving on port", *port)
|
||||
log.Fatal(http.ListenAndServe(*port, &server{}))
|
||||
|
Reference in New Issue
Block a user