Skip to content

Commit 3851f8d

Browse files
committed
docs: revert explicit API endpoint list in README
1 parent 1b8bb07 commit 3851f8d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,6 @@ The frontend can function independently for basic circuits, but certain features
5353
- Project permissions
5454
- Issue reporting
5555

56-
**Required API Endpoints (~12):**
57-
| Endpoint | Purpose |
58-
|----------|----------|
59-
| `POST /api/v1/auth/login` | User authentication |
60-
| `POST /api/v1/auth/register` | New user registration |
61-
| `GET /api/v1/projects/:id` | Fetch project data |
62-
| `POST /api/v1/projects` | Create new project |
63-
| `PUT /api/v1/projects/:id` | Update existing project |
64-
| `DELETE /api/v1/projects/:id` | Delete project |
65-
| `GET /api/v1/projects/:id/permissions` | Fetch project permissions |
66-
| `POST /api/v1/files/upload` | Upload project files |
67-
| `GET /api/v1/files/download/:id` | Download project files |
68-
| `POST /api/v1/compile/verilog` | Compile Verilog code |
69-
| `POST /api/v1/issues/report` | Report issues/bugs |
70-
| `GET /api/v1/health/status` | API health check |
71-
72-
7356
### Quick Setup
7457

7558
1. **Copy the environment template:**
@@ -126,8 +109,6 @@ For full development capabilities, run the Rails backend locally:
126109

127110
Now all backend features will work with your local Rails instance!
128111

129-
130-
131112
## Build System
132113
We use a unified build system to generate assets for all versions.
133114

0 commit comments

Comments
 (0)