Skip to content

Commit

Permalink
version check
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterFe committed Oct 14, 2022
1 parent cb2f2be commit d39d567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function handler(req: NextApiReq, res: NextApiRes) {

const pkg = JSON.parse(await readFile('package.json', 'utf8'));

const re = await fetch('https://raw.githubusercontent.com/diced/zipline/trunk/package.json');
const re = await fetch('https://raw.githubusercontent.com/LunarsDev/lunarx/trunk/package.json?token=GHSAT0AAAAAABZWBS37Z5A6HKXGD7GUDZBCY2JJFDA');
const upstreamPkg = await re.json();

return res.json({
Expand Down

0 comments on commit d39d567

Please sign in to comment.