Skip to content

Commit

Permalink
fix prod
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir committed Feb 18, 2024
1 parent 7c68deb commit ba513a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func FromEnv() *Config {
}

apiBaseUrl := "http://" + listenAddress
if strings.Contains(webhookApiBaseUrl, "bot.gempir.com") {
if strings.Contains(webhookApiBaseUrl, "gempir.com") {
apiBaseUrl = webhookApiBaseUrl
}

Expand Down

0 comments on commit ba513a6

Please sign in to comment.