Skip to content

Commit faa9bb0

Browse files
committed
feat: revert changeS
1 parent baccb51 commit faa9bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ function getSSLPage($url) {
3737
}
3838

3939
// Leave the platform you want uncommented
40-
// $platform = 'client';
41-
$platform = 'console';
40+
$platform = 'client';
41+
// $platform = 'console';
4242
// $platform = 'server';
4343

4444
$spec = getSSLPage("https://raw.githubusercontent.com/appwrite/appwrite/master/app/config/specs/swagger2-latest-${platform}.json");

0 commit comments

Comments
 (0)