fix formatting
This commit is contained in:
parent
6f86aaffc8
commit
5acdb5f4b5
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue