Skip to content

Commit 401788b

Browse files
committed
revert: to 1.7.x
1 parent 2c7095b commit 401788b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function getSSLPage($url) {
4242
$platform = 'console';
4343
// $platform = 'server';
4444

45-
$spec = getSSLPage("https://raw.githubusercontent.com/appwrite/appwrite/fix-headers/app/config/specs/swagger2-latest-{$platform}.json");
45+
$spec = getSSLPage("https://raw.githubusercontent.com/appwrite/appwrite/1.7.x/app/config/specs/swagger2-latest-{$platform}.json");
4646

4747
if(empty($spec)) {
4848
throw new Exception('Failed to fetch spec from Appwrite server');

0 commit comments

Comments
 (0)