The redirects module manages 301 and 302 redirects from old URLs to new ones. Useful when migrating from another platform, restructuring URLs, or sunsetting product pages. Source:Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
modules/redirects · npm: @86d-app/redirects
Installation
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/redirects | List |
POST | /admin/redirects | Create |
PUT | /admin/redirects/:id | Update |
DELETE | /admin/redirects/:id | Delete |

