@ -42,6 +42,7 @@ var INDEX_GET_REDIRECT = "http://alv.cx"
func main() {
r := mux.NewRouter()
r.HandleFunc("/{shortlink}", shortlinkHandler)
r.HandleFunc("/{shortlink}/", shortlinkHandler)
r.HandleFunc("/", indexHandler)
listenAddress := "0.0.0.0:80"
The note is not visible to the blocked user.