summaryrefslogtreecommitdiff
path: root/www/scripts/blog.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/scripts/blog.js')
-rw-r--r--www/scripts/blog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/scripts/blog.js b/www/scripts/blog.js
index 767d1f0..f49c5ca 100644
--- a/www/scripts/blog.js
+++ b/www/scripts/blog.js
@@ -1,7 +1,7 @@
var evaluatedTags = "";
const clamp = (val, min, max) => Math.min(Math.max(val, min), max)
-const api_url = "https://backend.altafcreator.com"
+const api_url = "https://altafcreator.com"
function postList(n = 0) {
fetch(`${api_url}/api/blogs/`)