edit and re publist

This commit is contained in:
Admin 2025-08-16 10:52:39 +07:00
parent 298b9bfc59
commit 84111c08f8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export class Product extends CoreEntity {
if (env === 'dev') {
return `http://localhost:${port}${prefix}/${path}`;
}
return `http://${domain}:${port}${prefix}/${path}`;
return `${domain}:${port}${prefix}/${path}`;
});
})
images: string[];