refactor: 🎨 remove /help route

This commit is contained in:
2026-05-23 16:31:36 +00:00
parent 22e17a8aec
commit d334dae3d6
5 changed files with 3 additions and 144 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ The application includes a comprehensive REST API for programmatic access:
4. **API Keys**: Each user has a unique API key that can be viewed and regenerated from the Users page. API keys respect the same role-based permissions as the web interface.
5. **Documentation**: Full API documentation is available in the Help page of the web interface.
5. **Documentation**: See [API.md](API.md) for the full REST API reference.
**Example API Requests**:
```bash