chore: preprod
This commit is contained in:
@@ -14,7 +14,6 @@ const apiClient = axios.create({
|
||||
|
||||
// Request interceptor: attach JWT token
|
||||
apiClient.interceptors.request.use(async (config) => {
|
||||
// Determine which token to use based on URL
|
||||
const isAdminRoute =
|
||||
config.url?.includes("/api/v2/") ||
|
||||
config.url?.includes("/api/v1/cabine/") ||
|
||||
|
||||
Reference in New Issue
Block a user