Add proper API docs page, fix Stripe lazy init, update docs links
This commit is contained in:
parent
467a97ae1c
commit
7f04789997
5 changed files with 419 additions and 14 deletions
|
|
@ -25,7 +25,7 @@ router.post("/free", (req: Request, res: Response) => {
|
|||
apiKey: keyInfo.key,
|
||||
tier: "free",
|
||||
limit: "100 PDFs/month",
|
||||
docs: "https://docfast.dev/#endpoints",
|
||||
docs: "https://docfast.dev/docs",
|
||||
note: "Save this API key — it won't be shown again.",
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue