kopia lustrzana https://github.com/learn-awesome/learndb
cried
rodzic
fbf55af8b0
commit
510bad2a47
|
@ -122,9 +122,7 @@ export async function handler(event) {
|
||||||
// Return the formatted response
|
// Return the formatted response
|
||||||
return {
|
return {
|
||||||
statusCode: 200,
|
statusCode: 200,
|
||||||
body: fetchedContent,
|
body: JSON.stringify(formattedResponse),
|
||||||
// body: JSON.stringify(fetchedContent),
|
|
||||||
// body: JSON.stringify(formattedResponse),
|
|
||||||
};
|
};
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
return {
|
return {
|
||||||
|
|
Ładowanie…
Reference in New Issue