You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
612 B
15 lines
612 B
export const AXEL_SEARCH_URL =
|
|
"https://services.mothership.com/axel/location/search";
|
|
export const AXEL_PLACE_BASE =
|
|
"https://services.mothership.com/axel/location/place/";
|
|
export const AXEL_QUOTE_URL = "https://services.mothership.com/axel/quote";
|
|
|
|
export const AXEL_ORIGIN = "https://www.mothership.com";
|
|
export const AXEL_REFERER = "https://www.mothership.com/";
|
|
|
|
export const DEFAULT_AXEL_USER_AGENT =
|
|
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36";
|
|
|
|
export const AXEL_QUOTE_TIMEOUT_MS = 120_000;
|
|
export const AXEL_QUOTE_RETRIES = 2;
|