@@ -42,6 +42,7 @@ var INDEX_GET_REDIRECT = "http://alv.cx"
funcmain(){
r:=mux.NewRouter()
r.HandleFunc("/{shortlink}",shortlinkHandler)
r.HandleFunc("/{shortlink}/",shortlinkHandler)
r.HandleFunc("/",indexHandler)
listenAddress:="0.0.0.0:80"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.