Skip to content
Snippets Groups Projects
Commit 81673238 authored by migudel's avatar migudel :speech_balloon:
Browse files

Ajuste en arquitectura y entorno de angular, refinamiento de servicio auth

parent a0d7b33a
No related branches found
No related tags found
2 merge requests!26Revert "Funciona register",!20Fix/monolith arquitecture
const monolithUrl = 'http://room-booking:8080';
export const environment = {
production: true,
authAPI: 'http://auth-api:8101',
userAPI: `http://${monolithUrl}`,
hotelAPI: `http://${monolithUrl}`,
bookingAPI: `http://${monolithUrl}`,
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment