add missing step

This commit is contained in:
Alex Unger
2020-03-05 13:35:16 +01:00
committed by GitHub
parent d965202704
commit 9653f6fe1b
+6
View File
@@ -26,6 +26,12 @@ $ cd graphapi
$ composer install
```
### Enable the graphapi app
```
occ a:e graphapi
```
No configuration necessary. You can test with `curl`:
```console
$ curl https://cloud.example.com/index.php/apps/graphapi/v1.0/users -u admin | jq