Skip to content

Commit 023760d

Browse files
committed
feat: using staging urls singleclick.site
1 parent 8596623 commit 023760d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/default/Phoenix/serverSync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ define(function (require, exports, module) {
3636
let syncRoot = "";
3737
let $icon;
3838
let userContext = "";
39-
let publishURL = "http://localhost:3000";
39+
let publishURL = "https://singleclick.site";
4040
const USER_CONTEXT = "publish.userContext";
4141
let ongoingSyncCount = 0;
4242
let syncEnabled = false;

0 commit comments

Comments
 (0)