diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-11-26 15:54:23 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-11-26 15:54:23 -0500 |
| commit | b99356105115fec32d75a43bfb5b054220d90141 (patch) | |
| tree | c54923e6e45ac871211a194b30cfdb312dbf8e18 /projects.html | |
| parent | 053f17ea6bb49eeb2043b19fd3bbbad8eeb366d3 (diff) | |
| download | alp-website-b99356105115fec32d75a43bfb5b054220d90141.tar.gz alp-website-b99356105115fec32d75a43bfb5b054220d90141.tar.bz2 alp-website-b99356105115fec32d75a43bfb5b054220d90141.zip | |
now using gitea api
Diffstat (limited to 'projects.html')
| -rw-r--r-- | projects.html | 2 |
1 files changed, 1 insertions, 1 deletions
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(); </script> <script type="text/javascript" data-main="/js/yt-list-videos.js" src="https://requirejs.org/docs/release/2.3.5/minified/require.js"></script>
\ No newline at end of file |
