File tree Expand file tree Collapse file tree
web/src/app/(public)/marketplace Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Domínios para desenvolvimento local
2- GITASSETS_API_DOMAIN = GITASSETS .api.victorlisbronzo.me
3- GITASSETS_WEB_DOMAIN = GITASSETS .victorlisbronzo.me
2+ GITASSETS_API_DOMAIN = gitassets .api.victorlisbronzo.me
3+ GITASSETS_WEB_DOMAIN = gitassets .victorlisbronzo.me
Original file line number Diff line number Diff line change @@ -24,12 +24,11 @@ export default async function MarketplacePage({
2424 const searchFilter = typeof params . q === "string" ? params . q : undefined ;
2525
2626 const [ categories , cardTemplates ] = await Promise . all ( [
27- CardTemplateCategoryService . findMany ( {
28- visibility : "PUBLIC" ,
29- } ) ,
27+ CardTemplateCategoryService . findMany ( ) ,
3028 CardTemplateService . findMany ( {
3129 categoryId : categoryFilter ,
3230 query : searchFilter ,
31+ visibility : "PUBLIC" ,
3332 } ) ,
3433 ] ) ;
3534
You can’t perform that action at this time.
0 commit comments