File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ curl https://leetcode-api-pied.vercel.app/user/lee215
3434| ---------------------------------| --------| -------------------------------------| ---------------------------------------------------------------------------------------------|
3535| ` /problems ` | GET | All LeetCode problems | [ /problems] ( https://leetcode-api-pied.vercel.app/problems ) |
3636| ` /problem/{id_or_slug} ` | GET | Get problem by ID/slug | [ /problem/two-sum] ( https://leetcode-api-pied.vercel.app/problem/two-sum ) |
37- | ` /search/{query} ` | GET | Search for problems | [ /search/ two%20sum] ( https://leetcode-api-pied.vercel.app/search/ two%20sum ) |
37+ | ` /search/{query} ` | GET | Search for problems | [ /search?query= two%20sum] ( https://leetcode-api-pied.vercel.app/search?query= two%20sum ) |
3838| ` /random ` | GET | Random LeetCode problem | [ /random] ( https://leetcode-api-pied.vercel.app/random ) |
3939| ` /user/{username} ` | GET | User profile & stats | [ /user/lee215] ( https://leetcode-api-pied.vercel.app/user/lee215 ) |
4040| ` /user/{username}/contests ` | GET | User's recent contests | [ /user/lee215/contests] ( https://leetcode-api-pied.vercel.app/user/lee215/contests ) |
You can’t perform that action at this time.
0 commit comments