Skip to content

Commit 6537380

Browse files
fix: updated applause button server URL
1 parent 3de6e92 commit 6537380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/applause-button.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import "./applause-button.css";
33

44
// Rollup will replace __VERSION with actual package version:
55
const VERSION = "__VERSION";
6-
const API = "https://api.applause-button.com";
6+
const API = "https://applause.chabouis.fr";
77

88
const getClaps = (api, url) =>
99
fetch(`${api}/get-claps` + (url ? `?url=${url}` : ""))

0 commit comments

Comments
 (0)