switch patches to forge.wit.com. finally!

This commit is contained in:
Jeff Carr 2025-06-30 04:56:12 -05:00
parent a0525067a0
commit dbb8f23f18
1 changed files with 1 additions and 1 deletions

View File

@ -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"