Skip to content

Commit a59a00b

Browse files
Update articles/static-web-apps/apis-overview.md
1 parent b483dfc commit a59a00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/apis-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following constraints apply to all API backends:
4545
- Route rules for APIs only support [redirects](configuration.md#defining-routes) and [securing routes with roles](configuration.md#securing-routes-with-roles).
4646
- Only HTTP requests are supported for APIs. WebSocket, for example, is not supported.
4747
- 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.
4949

5050
## Next steps
5151

0 commit comments

Comments
 (0)