feature(public,docs): new public website and docs
This commit is contained in:
6
apps/public/lib/github.ts
Normal file
6
apps/public/lib/github.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export async function getGithubRepoInfo() {
|
||||
const res = await fetch(
|
||||
'https://api.github.com/repos/Openpanel-dev/openpanel',
|
||||
);
|
||||
return res.json();
|
||||
}
|
||||
Reference in New Issue
Block a user