Skip to content

Commit 5b3ef5e

Browse files
fix procol in update url
1 parent 10db06c commit 5b3ef5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/shared/api/update-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const baseUrl = import.meta.env.VITE_UPDATE_BASE_URL as string | undefined;
66
const clientDownloadFallback = 'https://defguard.net/download';
77

88
const client = axios.create({
9-
baseURL: baseUrl ?? 'http://pkgs.defguard.net/api',
9+
baseURL: baseUrl ?? 'https://pkgs.defguard.net/api',
1010
headers: { 'Content-Type': 'application/json' },
1111
paramsSerializer: {
1212
serialize: (params) =>

0 commit comments

Comments
 (0)