We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10db06c commit 5b3ef5eCopy full SHA for 5b3ef5e
web/src/shared/api/update-service.ts
@@ -6,7 +6,7 @@ const baseUrl = import.meta.env.VITE_UPDATE_BASE_URL as string | undefined;
6
const clientDownloadFallback = 'https://defguard.net/download';
7
8
const client = axios.create({
9
- baseURL: baseUrl ?? 'http://pkgs.defguard.net/api',
+ baseURL: baseUrl ?? 'https://pkgs.defguard.net/api',
10
headers: { 'Content-Type': 'application/json' },
11
paramsSerializer: {
12
serialize: (params) =>
0 commit comments