mirror of
https://github.com/tiennm99/miti-telegram.git
synced 2026-04-17 15:20:57 +00:00
Update index.js
This commit is contained in:
@@ -137,6 +137,13 @@ ${text}`;
|
|||||||
});
|
});
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
console.error('Error processing request:', error);
|
||||||
|
console.error('Request details:', {
|
||||||
|
method: request.method,
|
||||||
|
url: request.url,
|
||||||
|
headers: Object.fromEntries(request.headers.entries())
|
||||||
|
});
|
||||||
|
|
||||||
return new Response(JSON.stringify({
|
return new Response(JSON.stringify({
|
||||||
success: false
|
success: false
|
||||||
}), {
|
}), {
|
||||||
|
|||||||
Reference in New Issue
Block a user