chore: build
This commit is contained in:
@@ -12,7 +12,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 =
|
||||
|
||||
Reference in New Issue
Block a user