fix base url
This commit is contained in:
parent
897c9ae3d4
commit
797fe93a9a
2 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import (
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
const defaultBaseURL = "https://app.towerops.io"
|
const defaultBaseURL = "https://towerops.net"
|
||||||
|
|
||||||
// Client is the TowerOps API client.
|
// Client is the TowerOps API client.
|
||||||
type Client struct {
|
type Client struct {
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Reference in a new issue