We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2c065 commit 3beab8aCopy full SHA for 3beab8a
example.php
@@ -41,7 +41,7 @@ function getSSLPage($url) {
41
// $platform = 'console';
42
// $platform = 'server';
43
44
- $spec = getSSLPage("https://raw.githubusercontent.com/appwrite/appwrite/master/app/config/specs/swagger2-latest-${platform}.json");
+ $spec = getSSLPage("https://raw.githubusercontent.com/appwrite/appwrite/master/app/config/specs/swagger2-latest-{$platform}.json");
45
46
if(empty($spec)) {
47
throw new Exception('Failed to fetch spec from Appwrite server');
0 commit comments