feat: implement store layout and home page components with routing
This commit is contained in:
6
src/environments/environment.local.ts
Normal file
6
src/environments/environment.local.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
nombre:"Desarrollo - activo",
|
||||
url:"http://localhost:8000/api/",
|
||||
urlDescarga:"url/"
|
||||
};
|
||||
Reference in New Issue
Block a user