@@ -27,6 +27,10 @@ func main() {
routes.Url(w, r, db)
})
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request){
routes.Root(w,r);
port := ":8080"
if envPort := os.Getenv("PORT"); envPort != "" {
port = ":" + envPort
The note is not visible to the blocked user.