switch patches to forge.wit.com. finally!
This commit is contained in:
parent
a0525067a0
commit
dbb8f23f18
|
@ -6,7 +6,7 @@ import (
|
||||||
"go.wit.com/log"
|
"go.wit.com/log"
|
||||||
)
|
)
|
||||||
|
|
||||||
var forgeURL string = "https://go.wit.com/"
|
var forgeURL string = "https://forge.wit.com/"
|
||||||
|
|
||||||
func (f *Forge) GetPatchesets() (*Patchsets, error) {
|
func (f *Forge) GetPatchesets() (*Patchsets, error) {
|
||||||
url := forgeURL + "GetPatchsets"
|
url := forgeURL + "GetPatchsets"
|
||||||
|
|
Loading…
Reference in New Issue