Skip to content

Commit

Permalink
Update Urls to Render Project
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhossymarbalderrama committed May 9, 2024
1 parent 9495439 commit 5b79eff
Show file tree
Hide file tree
Showing 38 changed files with 8 additions and 629 deletions.
562 changes: 0 additions & 562 deletions public/3rdpartylicenses.txt

This file was deleted.

33 changes: 0 additions & 33 deletions public/404.html

This file was deleted.

Binary file removed public/5053309.927c4821c43b95b5.webp
Binary file not shown.
Binary file removed public/Inter-italic.var.958a0b9742fb3ae8.woff2
Binary file not shown.
Binary file removed public/Inter-roman.var.b2129c009ce46d43.woff2
Binary file not shown.
Binary file removed public/about.e12c5b3d713d21c6.webp
Binary file not shown.
Binary file removed public/assets/img/about/1.webp
Binary file not shown.
Binary file removed public/assets/img/background/5053309.webp
Binary file not shown.
Binary file removed public/assets/img/banners/117.webp
Binary file not shown.
Binary file removed public/assets/img/banners/126.webp
Binary file not shown.
Binary file removed public/assets/img/banners/149.webp
Binary file not shown.
Binary file removed public/assets/img/banners/158.webp
Binary file not shown.
Binary file removed public/assets/img/banners/74.webp
Binary file not shown.
Binary file removed public/assets/img/banners/sections/about.webp
Binary file not shown.
Binary file removed public/assets/img/banners/sections/about2.webp
Binary file not shown.
Binary file removed public/assets/img/banners/sections/contact.webp
Binary file not shown.
Binary file removed public/assets/img/banners/sections/store.webp
Binary file not shown.
Binary file removed public/assets/img/dashboard/profile_default.webp
Binary file not shown.
Binary file removed public/assets/img/explore/keyboard-1.webp
Binary file not shown.
Binary file removed public/assets/img/explore/keyboard-2.webp
Binary file not shown.
Binary file removed public/assets/img/explore/periferic.webp
Binary file not shown.
Binary file removed public/assets/img/explore/procesador.webp
Binary file not shown.
Binary file removed public/assets/img/explore/rams.webp
Binary file not shown.
Binary file removed public/assets/img/explore/sound.webp
Binary file not shown.
Binary file removed public/assets/img/payment-form/correoAndreani.webp
Binary file not shown.
Binary file removed public/assets/img/payment-form/corroeArg.webp
Binary file not shown.
Binary file removed public/assets/log.webp
Binary file not shown.
Binary file removed public/color.dae87a04d07ca92b.png
Binary file not shown.
Binary file removed public/contact.aa3401279f5851c0.webp
Binary file not shown.
Binary file removed public/favicon.ico
Binary file not shown.
Binary file removed public/hue.8b1818380241e6ac.png
Binary file not shown.
14 changes: 0 additions & 14 deletions public/index.html

This file was deleted.

9 changes: 0 additions & 9 deletions public/main.79df0c143f971602.js

This file was deleted.

1 change: 0 additions & 1 deletion public/polyfills.ca56ba5c91bba0bd.js

This file was deleted.

1 change: 0 additions & 1 deletion public/runtime.b595d42e93de7c9b.js

This file was deleted.

Binary file removed public/store.165d9449837565cc.webp
Binary file not shown.
1 change: 0 additions & 1 deletion public/styles.a6e23bf25e098448.css

This file was deleted.

16 changes: 8 additions & 8 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ export const environment = {
},

production: false,
urlHost: 'http://localhost:8080/',
urlApi: 'http://localhost:8080/api/',
urlHost: 'https://apexstore-ecommerce-backend.onrender.com/',
urlApi: 'https://apexstore-ecommerce-backend.onrender.com/api/',

urlApiProduct: 'http://localhost:8080/api/product/',
urlApiProduct: 'https://apexstore-ecommerce-backend.onrender.com/api/product/',

urlApiUser: 'http://localhost:8080/api/user/',
urlApiUser: 'https://apexstore-ecommerce-backend.onrender.com/api/user/',

urlApiAuth: 'http://localhost:8080/auth/',
urlApiAuth: 'https://apexstore-ecommerce-backend.onrender.com/auth/',

urlApiFacturacion: 'http://localhost:8080/api/factura/',
urlApiFacturacion: 'https://apexstore-ecommerce-backend.onrender.com/api/factura/',

urlApiDelivery: 'http://localhost:8080/api/delivery/',
urlApiDelivery: 'https://apexstore-ecommerce-backend.onrender.com/api/delivery/',

urlApiChart: 'http://localhost:8080/api/chart/'
urlApiChart: 'https://apexstore-ecommerce-backend.onrender.com/api/chart/'
}

0 comments on commit 5b79eff

Please sign in to comment.