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 docs/tutorial/02-getting-started/09-openapi-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ module.exports = defineConfig({
/**
* Host object for global API mounting. Default is `globalThis` (represents `window` in browsers and `global` in Node.js).
*/
globalHost: 'globalThis'
globalHost: 'globalThis',

/**
* (Optional) Filter or transform generated API interface functions. Return a new `apiDescriptor` to generate API call functions. If not specified, the `apiDescriptor` object remains unchanged.
Expand Down