You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ This is useful if you want to add a few RPC-style endpoints or provide binary fi
106
106
A middle-ground approach is to add custom action methods to existing JSON:API controllers.
107
107
While you can route them as you like, they must return JSON:API resources.
108
108
And on error, a JSON:API error response is produced.
109
-
This is useful if you want to stay in the JSON:API-compliant world, but need to expose something on-standard, for example: `GET /users/me`.
109
+
This is useful if you want to stay in the JSON:API-compliant world, but need to expose something non-standard, for example: `GET /users/me`.
110
110
111
111
#### How do I optimize for high scalability and prevent denial of service?
112
112
Fortunately, JsonApiDotNetCore [scales pretty well](https://github.com/json-api-dotnet/PerformanceReports) under high load and/or large database tables.
0 commit comments