File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -80,20 +80,22 @@ npm start
80
80
## 🔌 API Endpoints
81
81
82
82
### Portfolio
83
- \`\`\` http
84
- GET /api/stocks # Get portfolio stocks
85
- POST /api/stocks # Add stock
86
- PUT /api/stocks/: id # Update stock
87
- DELETE /api/stocks/: id # Remove stock
88
- \`\`\`
83
+
84
+ ```
85
+ GET /api/stocks # Get portfolio stocks
86
+ POST /api/stocks # Add stock
87
+ PUT /api/stocks/:id # Update stock
88
+ DELETE /api/stocks/:id # Remove stock
89
+ ```
89
90
90
91
### Watchlist
91
- \`\`\` http
92
- GET /api/watchlist # Get watchlist
93
- POST /api/watchlist # Add to watchlist
94
- PUT /api/watchlist/: id # Update watchlist item
95
- DELETE /api/watchlist/: id # Remove from watchlist
96
- \`\`\`
92
+
93
+ ```
94
+ GET /api/watchlist # Get watchlist
95
+ POST /api/watchlist # Add to watchlist
96
+ PUT /api/watchlist/:id # Update watchlist item
97
+ DELETE /api/watchlist/:id # Remove from watchlist
98
+ ```
97
99
98
100
## ⚡️ Tech Stack
99
101
You can’t perform that action at this time.
0 commit comments