We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9745010 commit 5a5030eCopy full SHA for 5a5030e
src/templating/data.ts
@@ -4,7 +4,7 @@ import got from 'got';
4
const log = debug('twilio-run:new:template-data');
5
6
const TEMPLATES_URL =
7
- 'https://raw.githubusercontent.com/twilio-labs/function-templates/master/templates.json';
+ 'https://raw.githubusercontent.com/twilio-labs/function-templates/next/templates.json';
8
const CONTENT_BASE_URL =
9
'https://api.github.com/repos/twilio-labs/function-templates/contents';
10
0 commit comments