tangled
alpha
login
or
join now
hailey.at
/
cocoon
this repo has no description
2
fork
atom
overview
issues
pulls
pipelines
fix svc did
Hailey
6 months ago
9ef3da08
44de733c
options
unified
split
Changed files
+1
-1
server
handle_proxy.go
+1
-1
server/handle_proxy.go
···
43
43
}
44
44
}
45
45
46
46
-
return endpoint, "", nil
46
46
+
return endpoint, svcDid, nil
47
47
}
48
48
49
49
func (s *Server) handleProxy(e echo.Context) error {