feat: implement store layout with header and footer components, update tenant service URL

This commit is contained in:
2026-06-26 14:02:35 -03:00
parent ac9ba12045
commit da01745732
12 changed files with 253 additions and 407 deletions

View File

@@ -1,6 +1,6 @@
export const environment = {
production: false,
nombre:"Desarrollo - activo",
url:"url/api/",
url:"http://localhost:8000/api/",
urlDescarga:"url/"
};