From b99356105115fec32d75a43bfb5b054220d90141 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 26 Nov 2019 15:54:23 -0500 Subject: now using gitea api --- projects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects.html') diff --git a/projects.html b/projects.html index d1dc96f..7f68c5e 100644 --- a/projects.html +++ b/projects.html @@ -63,7 +63,7 @@ permalink: /projects } }; } - xhttp.open("GET", "https://api.github.com/users/aleeproductions/repos", true); + xhttp.open("GET", "https://git.alee-productions.xyz/api/v1/users/aleeproductions/repos", true); xhttp.send(); \ No newline at end of file -- cgit v1.2.3