From cf7e1653cba2db458dd4b8cffa8b59572785cc70 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sun, 22 Jan 2023 16:34:07 -0500 Subject: switch to auto reload console --- public/js/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/js/api.js b/public/js/api.js index 371ecf3..c0ae980 100644 --- a/public/js/api.js +++ b/public/js/api.js @@ -1,4 +1,4 @@ -const endpoint = 'https://xssbook.com/api' +const endpoint = 'http://localhost:8080/api' const request = async (url, body, method) => { if (method === undefined) method = 'POST' -- cgit v1.2.3-freya