Add whatsapp feature
This commit is contained in:
@@ -88,6 +88,7 @@ class ApiClient {
|
||||
'/auth/register', // Registration
|
||||
'/auth/login', // Login
|
||||
'/geocoding', // Geocoding/address search - utility service, no tenant context
|
||||
'/tenants/register', // Tenant registration - creating new tenant, no existing tenant context
|
||||
];
|
||||
|
||||
const isPublicEndpoint = publicEndpoints.some(endpoint =>
|
||||
|
||||
Reference in New Issue
Block a user