Skip to content

Commit 1a51fc0

Browse files
committed
Fixed base-url
1 parent e310580 commit 1a51fc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"properties": {
7373
"devguard.apiUrl": {
7474
"type": "string",
75-
"default": "http://api.main.devguard.org",
75+
"default": "https://api.main.devguard.org",
7676
"markdownDescription": "Base URL of the DevGuard backend. Only requests to this host are signed with your personal access token."
7777
},
7878
"devguard.inlineDecorations.enabled": {

0 commit comments

Comments
 (0)