feat: update header background color to transparent and modify API URL for QA environment

This commit is contained in:
2026-08-11 16:50:47 -03:00
parent 7b0c9831f1
commit 369cfb0a40
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
export const environment = {
production: false,
nombre:"Homologación - activo",
url:"https://backend.shopit.com.ar/api/",
url:"https://backend.qa.shopit.com.ar/api/",
urlDescarga:"url/"
};