mirror of
https://github.com/directus/directus.git
synced 2026-01-30 06:58:09 -05:00
fix link (#6339)
This commit is contained in:
committed by
rijkvanzanten
parent
2009297e72
commit
fa6e2c5a3a
@@ -103,7 +103,7 @@ roles & permissions, see [Roles](/guides/roles) & [Permissions](/guides/permissi
|
||||
|
||||
Now that your project has some content in it, it's time to start using this content externally. Data can be accessed in
|
||||
a number of ways, including the REST API, GraphQL, the CLI, or even straight from the database. In this case, we'll use
|
||||
[the `/items/` REST API endpoint](/reference/api/rest/items) to retrieve the item we just created.
|
||||
[the `/items/` REST API endpoint](/reference/api/items) to retrieve the item we just created.
|
||||
|
||||
Using your browser, or an API tool like [Postman](http://postman.com) or [Paw](https://paw.cloud), open
|
||||
[http://localhost:8055/items/articles](http://localhost:8055/items/articles).
|
||||
|
||||
Reference in New Issue
Block a user