Kind: Function
Source: atloria-monorepo/apps/api/src/technical-docs/spec-server-overlay.ts
Repoint x-codeSamples at the configured base URL.
Rewrites only the generated placeholder, so a project whose samples already carry a real host keeps them.
Signature
tsfunction rewriteSampleHosts(paths: unknown, baseUrl: string): unknown
Parameters
| Name | Type |
|---|---|
paths | unknown |
baseUrl | string |
Returns: unknown
Was this page helpful?