Skip to content

Commit

Permalink
Add /httpgo path as it is used on FE
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Sep 22, 2022
1 parent 3272ea3 commit 7379fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions httpgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
http.HandleFunc("/httpgo/payload", PayloadHandler)
http.HandleFunc("/payload", PayloadHandler)
http.HandleFunc("/", RequestHandler)
if Config.ServerKey != "" && Config.ServerCrt != "" {
Expand Down

0 comments on commit 7379fd3

Please sign in to comment.