Skip to content

Commit ee75ae2

Browse files
committed
fixed api url
1 parent 269fa38 commit ee75ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: exporter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func main() {
4141
ApiUrl = "https://curse.gaz492.uk/api/"
4242
fmt.Println("Using: " + ApiUrl + " as API")
4343
} else if *CurseAuthToken != "" && *ProxyAuthToken == "" {
44-
ApiUrl = "https://addons-ecs.forgesvc.net/"
44+
ApiUrl = "https://addons-ecs.forgesvc.net/api/"
4545
fmt.Println("Using: " + ApiUrl + " as API")
4646
}
4747

0 commit comments

Comments
 (0)