Commit 33e4e64
committed
Fix: Change search endpoint from POST to GET request
- Changed from requests.get() with json body to params for query parameters
- GET requests should use query parameters, not JSON body1 parent 4727aed commit 33e4e64
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments