An atproto PDS written in Go

fix svc did

+1 -1
+1 -1
server/handle_proxy.go
··· 43 43 } 44 44 } 45 45 46 - return endpoint, "", nil 46 + return endpoint, svcDid, nil 47 47 } 48 48 49 49 func (s *Server) handleProxy(e echo.Context) error {