Skip to content

Commit

Permalink
secureモードのドメインをh.hostr.ccからhostr.ccに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
studiokaiji committed Nov 9, 2023
1 parent 5ec07bf commit 93d3ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hostr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func main() {
}

defaultModeUrl := "https://h.hostr.cc"
secureModeUrl := fmt.Sprintf("https://%s.h.hostr.cc", npub)
secureModeUrl := fmt.Sprintf("https://%s.hostr.cc", npub)

if replaceable {
defaultModeUrl = fmt.Sprintf("%s/p/%s/d/%s", defaultModeUrl, npub, dTag)
Expand Down

0 comments on commit 93d3ac9

Please sign in to comment.