Skip to content

Commit

Permalink
Set client's default address to new fly app URL (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
anGie44 authored Oct 8, 2023
1 parent 6e1a201 commit f2df3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/theoffice/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
defaultAddress = "https://theoffice.fly.dev"
defaultAddress = "https://the-office.fly.dev"

defaultRetryWaitMax = 30 * time.Second
)
Expand Down

0 comments on commit f2df3bd

Please sign in to comment.