summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/js/love.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/love.js b/src/js/love.js
index 5706c95..2402fc9 100644
--- a/src/js/love.js
+++ b/src/js/love.js
@@ -4,7 +4,7 @@ window.addEventListener('DOMContentLoaded', () => {
const articles = document.querySelectorAll('article');
const config = {
- likesEndPointBase: 'localhost:3000',
+ likesEndPointBase: 'ache.one',
};
function getLikeEndPoint() {