Skip to content

Commit

Permalink
Update background.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leo42 committed Dec 5, 2023
1 parent ec35e64 commit e71a954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fe/src/extension/background.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const BROCLAN_DOMAIN = "beta.broclan.io"
const BROCLAN_PORT = ""
const BROCLAN_URL = "http://" + BROCLAN_DOMAIN + BROCLAN_PORT + "/";
const BROCLAN_URL = "https://" + BROCLAN_DOMAIN + BROCLAN_PORT + "/";

let BroPort = null;

Expand Down

0 comments on commit e71a954

Please sign in to comment.