···113 w.Header().Set("content-type", "text/plain; charset=UTF-8")114 w.WriteHeader(http.StatusForbidden)115116- fmt.Fprintf(w, "Welcome to Tangled.sh!\n\nPushes are currently only supported over SSH.")117118 // If the appview gave us the repository owner's handle we can attempt to119 // construct the correct ssh url.
···113 w.Header().Set("content-type", "text/plain; charset=UTF-8")114 w.WriteHeader(http.StatusForbidden)115116+ fmt.Fprintf(w, "Pushes are only supported over SSH.")117118 // If the appview gave us the repository owner's handle we can attempt to119 // construct the correct ssh url.