kopia lustrzana https://github.com/learn-awesome/learndb
testing simplifiedContent function
rodzic
a4da9cbf3f
commit
c0ea5e0997
|
@ -104,8 +104,7 @@ export async function handler(event) {
|
||||||
// Return the formatted response
|
// Return the formatted response
|
||||||
return {
|
return {
|
||||||
statusCode: 200,
|
statusCode: 200,
|
||||||
body: JSON.stringify(fetchedContent),
|
body: JSON.stringify(simplifiedContent),
|
||||||
// body: JSON.stringify(fetchedContent),
|
|
||||||
};
|
};
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
return {
|
return {
|
||||||
|
|
Ładowanie…
Reference in New Issue