mirror of
https://github.com/tiennm99/miti-telegram.git
synced 2026-04-17 13:21:34 +00:00
Update index.js
This commit is contained in:
@@ -137,6 +137,13 @@ ${text}`;
|
||||
});
|
||||
|
||||
} 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({
|
||||
success: false
|
||||
}), {
|
||||
|
||||
Reference in New Issue
Block a user