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 7055573 commit 3fe8910Copy full SHA for 3fe8910
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/1.5.x/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