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: articles/static-web-apps/apis-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The following constraints apply to all API backends:
45
45
- Route rules for APIs only support [redirects](configuration.md#defining-routes) and [securing routes with roles](configuration.md#securing-routes-with-roles).
46
46
- Only HTTP requests are supported for APIs. WebSocket, for example, is not supported.
47
47
- The maximum duration of each API request 45 seconds.
48
-
- When using [bring your own functions](./functions-bring-your-own.md), an application must be deployed to your static web app before requests to the `api` route will resolve correctly.
48
+
- When you bring your own API, an application must be deployed to your static web app before requests to the `api` route will resolve correctly.
0 commit comments