Add POI feature and imporve the overall backend implementation
This commit is contained in:
@@ -87,6 +87,7 @@ class ApiClient {
|
||||
'/auth/me', // User profile endpoints
|
||||
'/auth/register', // Registration
|
||||
'/auth/login', // Login
|
||||
'/geocoding', // Geocoding/address search - utility service, no tenant context
|
||||
];
|
||||
|
||||
const isPublicEndpoint = publicEndpoints.some(endpoint =>
|
||||
|
||||
Reference in New Issue
Block a user