Kind: Function
Source: atloria-monorepo/apps/web/src/app/p/[slugId]/lib/readerFetch.ts
URL for a public reader path (path starts with /). In cookie mode this is the
same-origin proxy (/reader-api/...); otherwise the cross-origin API directly.
Signature
tsfunction readerUrl(path: string): string
Parameters
| Name | Type |
|---|---|
path | string |
Returns: string
Was this page helpful?