mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-16 09:49:49 +00:00
Migrate more URLs
This commit is contained in:
parent
7f9ae3d01b
commit
b475f89d85
6 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
import cachedFetch from "utils/proxy/cached-fetch";
|
||||
|
||||
export default async function handler(req, res) {
|
||||
const releasesURL = "https://api.github.com/repos/benphelps/homepage/releases";
|
||||
const releasesURL = "https://api.github.com/repos/gethomepage/homepage/releases";
|
||||
return res.send(await cachedFetch(releasesURL, 5));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue