From ba79525cc20783a7ab2f095e65400786f1850f0f Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sun, 17 May 2026 13:10:15 +0800 Subject: change backend url --- www/scripts/blog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/scripts/blog.js') 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/`) -- cgit v1.2.3