Skip to content

Commit 2fb6d94

Browse files
committed
update article
1 parent 920e97e commit 2fb6d94

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/resources/blogs/ensuring-api-contract-compliance-with-mokapi.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ export default async function () {
102102

103103
/**
104104
* Maps the incoming request to a backend URL based on the API name
105-
* defined in the OpenAPI specification (`request.api`).
105+
* defined in the OpenAPI specification (`info.title`).
106+
* @see https://mokapi.io/docs/javascript-api/mokapi/eventhandler/httprequest
106107
*
107108
* @param request - the incoming Mokapi HTTP request
108109
* @returns the full URL to forward the request to, or undefined
-9.57 KB
Loading

0 commit comments

Comments
 (0)