Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/routes/api-docs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div>
<h2>REST API</h2>
<p>
The GraphQL API is available at the endpoint <code>{API_REST}</code> with docs available at
The REST API is available at the endpoint <code>{API_REST}</code> with docs available at
<code>{API_REST_DOCS}</code>
</p>
<p>It is recommended that you use the GraphQL API as the REST API is not feature complete by design.</p>
Expand Down
Loading