We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c7095b commit 401788bCopy full SHA for 401788b
example.php
@@ -42,7 +42,7 @@ function getSSLPage($url) {
42
$platform = 'console';
43
// $platform = 'server';
44
45
- $spec = getSSLPage("https://raw.githubusercontent.com/appwrite/appwrite/fix-headers/app/config/specs/swagger2-latest-{$platform}.json");
+ $spec = getSSLPage("https://raw.githubusercontent.com/appwrite/appwrite/1.7.x/app/config/specs/swagger2-latest-{$platform}.json");
46
47
if(empty($spec)) {
48
throw new Exception('Failed to fetch spec from Appwrite server');
0 commit comments