chore: preprod

This commit is contained in:
2026-03-06 15:19:55 +01:00
parent 4a7be2c438
commit bcf0b68bb9
2 changed files with 23 additions and 20 deletions
-1
View File
@@ -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/") ||