Compare commits
1 Commits
issue-223-
...
d9df9193dc
| Author | SHA1 | Date | |
|---|---|---|---|
| d9df9193dc |
@@ -86,9 +86,7 @@ export const vehiclesApi = {
|
|||||||
* Requires Pro or Enterprise tier
|
* Requires Pro or Enterprise tier
|
||||||
*/
|
*/
|
||||||
decodeVin: async (vin: string): Promise<DecodedVehicleData> => {
|
decodeVin: async (vin: string): Promise<DecodedVehicleData> => {
|
||||||
const response = await apiClient.post('/vehicles/decode-vin', { vin }, {
|
const response = await apiClient.post('/vehicles/decode-vin', { vin });
|
||||||
timeout: 60000 // 60 seconds for Gemini cold start
|
|
||||||
});
|
|
||||||
return response.data;
|
return response.data;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user