fix formatting
parent
6f86aaffc8
commit
5acdb5f4b5
2
main.go
2
main.go
|
@ -41,7 +41,7 @@ func HandleWebfinger(w http.ResponseWriter, req *http.Request) {
|
||||||
func main() {
|
func main() {
|
||||||
redirects = make(map[string][]string)
|
redirects = make(map[string][]string)
|
||||||
redirects["astra@gearheads.social"] = []string{"astra", "ap.zio.sh"}
|
redirects["astra@gearheads.social"] = []string{"astra", "ap.zio.sh"}
|
||||||
redirects["ducky@gearheads.social"] = []string{"ducky", "ap.zio.sh"}
|
redirects["ducky@gearheads.social"] = []string{"ducky", "ap.zio.sh"}
|
||||||
redirects["creativeicing@gearheads.social"] = []string{"CreativeIcing", "rubber.social"}
|
redirects["creativeicing@gearheads.social"] = []string{"CreativeIcing", "rubber.social"}
|
||||||
redirects["gearbound@gearheads.social"] = []string{"gearbound", "rubber.social"}
|
redirects["gearbound@gearheads.social"] = []string{"gearbound", "rubber.social"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue