Skip to content

Instantly share code, notes, and snippets.

@sriharrsha
Created December 11, 2018 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sriharrsha/34db12e1eec085f86631886811f12cea to your computer and use it in GitHub Desktop.
Save sriharrsha/34db12e1eec085f86631886811f12cea to your computer and use it in GitHub Desktop.
Change the Endpoint
const commands = [
{title:'Clean Test 1',endPoint: 'https://price.guru', audio: clean_test1},
{title:'Clean Test 2',endPoint: 'https://price.guru', audio: clean_test2},
{title:'Get Test 1',endPoint: 'https://price.guru', audio: get_test1},
{title:'Get Test 2',endPoint: 'https://price.guru', audio: get_test2},
{title:'Get Test 3',endPoint: 'https://price.guru', audio: get_test3},
{title:'Meal Test 1',endPoint: 'https://price.guru', audio: meal_test1},
{title:'Meal Test 2',endPoint: 'https://price.guru', audio: meal_test2},
{title:'Meal Test 3',endPoint: 'https://price.guru', audio: meal_test3},
{title:'Order Test 1',endPoint: 'https://price.guru', audio: order_test1},
{title:'Order Test 2',endPoint: 'https://price.guru', audio: order_test2},
{title:'Order Test 3',endPoint: 'https://price.guru', audio: order_test3},
{title:'Order Test 4',endPoint: 'https://price.guru', audio: order_test4},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment