mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Updated comment
This commit is contained in:
parent
b410d72681
commit
559d659bc9
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@ $utopia->get('/.well-known/acme-challenge')
|
|||
}
|
||||
);
|
||||
|
||||
$utopia->get('/v1/info') // This is only visible to gods
|
||||
$utopia->get('/v1/info') // This is only visible to the gods
|
||||
->label('scope', 'god')
|
||||
->label('docs', false)
|
||||
->action(
|
||||
|
|
|
|||
Loading…
Reference in a new issue