1
0

chore: Update getLatestCommit API endpoint

This commit is contained in:
Natsu 2024-06-17 17:31:01 +07:00
parent c2e57d252c
commit 89d4f78a6e
Signed by: NatsumeLS
GPG Key ID: 6DB67FB460CF46C6

View File

@ -2,7 +2,7 @@
import fetch from 'node-fetch'; import fetch from 'node-fetch';
export default async (res) => { export default async (req, res) => {
const username = 'NatsumeLS'; const username = 'NatsumeLS';
const repo = 'Gakumas-Localify-EN'; const repo = 'Gakumas-Localify-EN';