[yoga-13] add listing component to text-with-image components
This commit is contained in:
@@ -30,7 +30,6 @@ export default async function Home() {
|
||||
feedbacks
|
||||
} = pageData;
|
||||
|
||||
console.info("Home page data", pageData);
|
||||
return (
|
||||
<>
|
||||
{ header && <MainHeaderComponent config={header} common={common} /> }
|
||||
|
||||
@@ -110,10 +110,8 @@ export async function GET() {
|
||||
// 'Uncomment this file and remove this line. You can delete this file when you are finished.',
|
||||
// });
|
||||
try {
|
||||
console.info("get request")
|
||||
strapiApi.getHomePage();
|
||||
|
||||
console.info("begin")
|
||||
await connectionPool.query(`BEGIN`);
|
||||
await seedUsers();
|
||||
await seedCustomers();
|
||||
|
||||
Reference in New Issue
Block a user