feat: use https://

This commit is contained in:
karishmas6
2024-10-11 05:01:01 +05:30
parent 08abedee03
commit c3fe08a54d

View File

@@ -37,7 +37,7 @@ class GlobalInfoStore implements Partial<GlobalInfo> {
recordings: string[] = [];
rerenderRuns = false;
recordingName = '';
recordingUrl = '';
recordingUrl = 'https://';
};
const globalInfoStore = new GlobalInfoStore();