1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

Fixed doc title

This commit is contained in:
Eldad Fux 2020-04-13 11:18:09 +03:00
parent ed268340da
commit bb6bea6c7d

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')