try local call to gist endpoint

This commit is contained in:
martin-mfg
2025-10-05 16:35:07 +02:00
parent 186f7968e9
commit 068345e900
+1 -1
View File
@@ -135,7 +135,7 @@ const HomeScreen = () => {
try {
const req = createMockReq({
method: 'GET',
url: '/test',
url: '/api/gist?id=bbfce31e0217a3689c8d961a356cb10d',
});
const res = createMockRes();
router(req, res);