Rename API contracts to web routes for clarity
Changed terminology from "API" to "Routes" to better reflect server-rendered HTML approach: - Renamed submission_api.md → submission_routes.md - Renamed dashboard_api.md → dashboard_routes.md - Renamed admin_api.md → admin_routes.md - Updated headers to clarify "Response Type: Server-rendered HTML (no JavaScript required)" - Updated references in plan.md and quickstart.md This clarifies that the application uses traditional web routes with form submissions and HTML responses, not REST API endpoints with JSON. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -270,7 +270,7 @@ pytest --cov=app --cov-report=html
|
||||
|
||||
---
|
||||
|
||||
## API Endpoints Reference
|
||||
## Web Routes Reference
|
||||
|
||||
### Anonymous Submission
|
||||
- `GET /submit/{product_slug}` - Submission form
|
||||
|
||||
Reference in New Issue
Block a user