tangled
alpha
login
or
join now
moth11.net
/
88x31
0
fork
atom
tiny 88x31 lexicon for atproto
0
fork
atom
overview
issues
pulls
pipelines
fix port
moth11.net
3 months ago
466bc3e8
5facf6eb
+1
-1
1 changed file
expand all
collapse all
unified
split
cmd
main.go
+1
-1
cmd/main.go
···
23
23
log.Fatal(err)
24
24
}
25
25
h := handler.MakeHandler(svc)
26
26
-
log.Fatal(http.ListenAndServe(":8080", h.Serve()))
26
26
+
log.Fatal(http.ListenAndServe(":8081", h.Serve()))
27
27
}