tiny 88x31 lexicon for atproto

fix port

+1 -1
+1 -1
cmd/main.go
··· 23 23 log.Fatal(err) 24 24 } 25 25 h := handler.MakeHandler(svc) 26 - log.Fatal(http.ListenAndServe(":8080", h.Serve())) 26 + log.Fatal(http.ListenAndServe(":8081", h.Serve())) 27 27 }