Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit 05006ce

Browse files
Fix API ENDPOINT
1 parent 09d7f3f commit 05006ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const INFO = 1
2121
const WARNING = 2
2222
const ERR = 3
2323

24-
const ENDPOINT string = "https://node05.steamworkshopdownloader.io/prod//api/"
24+
const ENDPOINT string = "https://node02.steamworkshopdownloader.io/prod//api/"
2525

2626
func logger(text string, errorlevel int) {
2727

0 commit comments

Comments
 (0)