Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nv7-GitHub committed Sep 12, 2021
1 parent c4c63c0 commit 203161a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/listen.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func cleanup() {
})

go func() {
resp, err := http.Post("http://api.nv7haven.tk/close_room", "text/plain", strings.NewReader(room))
resp, err := http.Post("https://api.nv7haven.tk/close_room", "text/plain", strings.NewReader(room))
handle(err)
defer resp.Body.Close()

Expand Down

0 comments on commit 203161a

Please sign in to comment.