This commit is contained in:
Michael Jerger 2024-01-13 17:06:40 +01:00
parent 9a9ac33766
commit c4eb763f4a
3 changed files with 7 additions and 7 deletions

View file

@ -81,7 +81,7 @@ func (node NodeInfoWellKnown) Validate() []string {
return result
}
func (id ActorID) AsWellKnownNodeInfoUri() string {
func (id ActorID) AsWellKnownNodeInfoURI() string {
wellKnownPath := ".well-known/nodeinfo"
var result string
if id.Port == "" {