fixed broken link on cart page.

This commit is contained in:
franknstayn
2019-11-06 07:26:02 -06:00
parent a9145ea484
commit 3698312664
7 changed files with 44 additions and 49 deletions

View File

@@ -16,7 +16,8 @@ return [
// 'company_name' => env('COMPANY_NAME','Acme Inc'),
// 'company_email' => env('COMPANY_email','contact@acme.inc'),
'prod_private_server_ip' => env('http://localhost', 'http://localhost'),
'uploads' => env('http://localhost/uploads/images/', 'http://localhost/uploads/images/'), // local
'prod_private_server_ip' => env('https://crewsportswear.app', 'https://crewsportswear.app'),
'uploads' => env('https://crewsportswear.com/uploads/images/', 'https://crewsportswear.com/uploads/images/'), // local
];