File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ import path from 'path';
66const DATA_DIR = path . join ( process . cwd ( ) , 'src/data' ) ;
77
88const TRAINER_ENDPOINTS = [
9- { url : 'https://workshops.de/api/portal /reactjs-de/trainers' , file : 'trainers.json' } ,
10- { url : 'https://workshops.de/api/course /32/trainers' , file : 'course_trainers/react-intensiv.json' } ,
11- { url : 'https://workshops.de/api/course /18/trainers' , file : 'course_trainers/react-native-intensiv.json' } ,
9+ { url : 'https://workshops.de/api/portals /reactjs-de/trainers' , file : 'trainers.json' } ,
10+ { url : 'https://workshops.de/api/courses /32/trainers' , file : 'course_trainers/react-intensiv.json' } ,
11+ { url : 'https://workshops.de/api/courses /18/trainers' , file : 'course_trainers/react-native-intensiv.json' } ,
1212] ;
1313
1414async function fetchTrainers ( ) {
You can’t perform that action at this time.
0 commit comments