1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00

Merge branch 'master' of github.com:appwrite/appwrite into feature--flutter-support

This commit is contained in:
Eldad Fux 2020-04-13 13:51:10 +03:00
commit 984bf696b8

View file

@ -134,7 +134,7 @@ $utopia->get('/v1/locale/countries/phones')
);
$utopia->get('/v1/locale/continents')
->desc('List Countries')
->desc('List Continents')
->label('scope', 'locale.read')
->label('sdk.platform', [APP_PLATFORM_CLIENT, APP_PLATFORM_SERVER])
->label('sdk.namespace', 'locale')