Kind: Function
Source: atloria-monorepo/apps/web/src/app/reader-api/session/route.ts
Set the reader-token cookie. Body: { projectId, token }.
Signature
tsasync function POST(req: NextRequest)
Parameters
| Name | Type |
|---|---|
req | NextRequest |
Kind: Function
Source: atloria-monorepo/apps/web/src/app/reader-api/session/route.ts
Set the reader-token cookie. Body: { projectId, token }.
tsasync function POST(req: NextRequest)
| Name | Type |
|---|---|
req | NextRequest |
Was this page helpful?