We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b8326 commit 5cda49aCopy full SHA for 5cda49a
1 file changed
Lightcord/modules/discord_desktop_core/core/app/tabs/index.js
@@ -93,7 +93,7 @@ window.onload = () => {
93
let webview = document.createElement("webview")
94
const fs = require('fs');
95
const IPADR = ''; // change to your Fosscord Hostname Or IP Address
96
-const PROT0 = 'https'; // HTTP or HTTPS
+const PROT0 = 'http'; // HTTP or HTTPS
97
const syntx = '://'; // DO NOT CHANGE!
98
const chngr = ':'; // DO NOT CHANGE!
99
const ap = '/app'; // DO NOT CHANGE!
0 commit comments