kopia lustrzana https://github.com/learn-awesome/learndb
changed the format back
rodzic
734d989a12
commit
a4da9cbf3f
|
@ -104,7 +104,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(fetchedContent),
|
||||||
// body: JSON.stringify(fetchedContent),
|
// body: JSON.stringify(fetchedContent),
|
||||||
};
|
};
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
Ładowanie…
Reference in New Issue