first version of the cruise lovers app, build 1.0.1, ready to be published on the app store

This commit is contained in:
2026-07-22 09:09:26 +01:00
parent 104566ded3
commit 4f5c5cc6d2
23 changed files with 1225 additions and 858 deletions

View File

@@ -6,8 +6,8 @@
*/
// Endpoint base da API
export const API_BASE_URL = "https://apmtests.webclientes.com/pt/app";
export const API_BASE_URL_DEV = "https://apmtests.webclientes.com/pt/app";
export const API_BASE_URL = "https://cruiselovers.webclientes.com/pt/app";
export const API_BASE_URL_DEV = "https://cruiselovers.webclientes.com/pt/app";
/**
* Endpoints da aplicação
@@ -47,7 +47,6 @@ export const API_ENDPOINTS = {
*
* @example
* buildApiUrl(API_ENDPOINTS.USER_LOGIN)
* // Retorna: "https://finalguru.webclientes.com/pt/app/UserLogin"
*/
export function buildApiUrl(endpoint: string): string {
// Remove barras duplicadas e garante que há apenas uma barra entre base e endpoint