Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
talkkonnect committed Jan 26, 2021
1 parent 43f0c79 commit 3c4fa3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func (b *Talkkonnect) httpAPI(w http.ResponseWriter, r *http.Request) {
} else {
fmt.Fprintf(w, "API Clear Screen Denied\n")
}
case "cmdPingServers":
case "PingServers":
if APIEmailEnabled {
b.cmdPingServers()
fmt.Fprintf(w, "API Ping Servers Processed Succesfully\n")
Expand Down

0 comments on commit 3c4fa3c

Please sign in to comment.