chore: Update getLatestCommit API endpoint
This commit is contained in:
parent
c2e57d252c
commit
89d4f78a6e
@ -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';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user