Skip to content

Commit 2809d5e

Browse files
committed
update statistic
1 parent e447961 commit 2809d5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

popup/helpers/utils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ export async function viewScriptSource(script) {
2727
export async function updateScriptClickCount(scriptId) {
2828
try {
2929
let res = await fetch(
30-
"https://useful-script-statistic.onrender.com/count",
30+
"https://useful-script-statistic.glitch.me/count",
31+
// "https://useful-script-statistic.onrender.com/count",
3132
{
3233
method: "POST",
3334
headers: { "Content-Type": "application/json" },

0 commit comments

Comments
 (0)