appwrite/app/config/regions.php
copilot-swe-agent[bot] 5ff7e2af24 fix: revert regions.php, add mock PATCH route for project region in tests
Co-authored-by: abnegate <5857008+abnegate@users.noreply.github.com>
2026-02-26 12:31:05 +00:00

10 lines
158 B
PHP

<?php
return [
'default' => [
'$id' => 'default',
'name' => 'default',
'disabled' => false,
'default' => true,
],
];