Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wwhtrbbtt/TrackMe
Browse files Browse the repository at this point in the history
  • Loading branch information
pagpeter committed Jan 17, 2024
2 parents 679c118 + d9579a8 commit 0c59974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func init() {
}

func redirect(w http.ResponseWriter, r *http.Request) {
http.Redirect(w, r, "http://tls.peet.ws", http.StatusMovedPermanently)
http.Redirect(w, r, "https://tls.peet.ws", http.StatusMovedPermanently)
}

func StartRedirectServer(host, port string) {
Expand Down

0 comments on commit 0c59974

Please sign in to comment.