Skip to content

Commit 5cda49a

Browse files
authored
Update index.js
1 parent 70b8326 commit 5cda49a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Lightcord/modules/discord_desktop_core/core/app/tabs

Lightcord/modules/discord_desktop_core/core/app/tabs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ window.onload = () => {
9393
let webview = document.createElement("webview")
9494
const fs = require('fs');
9595
const IPADR = ''; // change to your Fosscord Hostname Or IP Address
96-
const PROT0 = 'https'; // HTTP or HTTPS
96+
const PROT0 = 'http'; // HTTP or HTTPS
9797
const syntx = '://'; // DO NOT CHANGE!
9898
const chngr = ':'; // DO NOT CHANGE!
9999
const ap = '/app'; // DO NOT CHANGE!

0 commit comments

Comments
 (0)