Skip to content

Commit 09f9fd5

Browse files
committed
fix: invalid default sockscode.server url
1 parent 3fce88b commit 09f9fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"properties": {
4747
"sockscode.server": {
4848
"type": "string",
49-
"default": "http://localhost:3000",
49+
"default": "https://sockscode.azurewebsites.net/",
5050
"description": "Specifies sockscode compatible server url."
5151
}
5252
}

0 commit comments

Comments
 (0)