Skip to content

GET

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/web/src/app/p/[slugId]/llms-full.txt/route.ts

Slug-fronted, same-origin llms-full.txt: /p//llms-full.txt — the whole published corpus concatenated for single-fetch ingestion by an agent. Proxies the API generator.

Signature

ts
async function GET(req: Request, ctx: { params: Promise<{ slugId: string }> })

Parameters

NameType
reqRequest
ctx{ params: Promise<{ slugId: string }> }

Was this page helpful?

Download as PDF