| 1 |
{ |
| 2 |
"api": { |
| 3 |
"launch": "https://dashboard.extendify.com/api/onboarding", |
| 4 |
"launch-dev": "https://testing.extendify.com/api/onboarding", |
| 5 |
"launch-local": "http://templates.test/api/onboarding", |
| 6 |
|
| 7 |
"assist": "https://dashboard.extendify.com/api/assist", |
| 8 |
"assist-dev": "https://testing.extendify.com/api/assist", |
| 9 |
"assist-local": "http://templates.test/api/assist", |
| 10 |
|
| 11 |
"live": "https://dashboard.extendify.com/api", |
| 12 |
"dev": "https://testing.extendify.com/api", |
| 13 |
"local": "http://templates.test/api" |
| 14 |
} |
| 15 |
} |
| 16 |
|