Skip to content

Commit

Permalink
aider: Removed api/v1 from the URL in docs/api.md.
Browse files Browse the repository at this point in the history
# Aider chat conversation:

USER: I did `git reset --hard HEAD~1` to discard the last edits. Please wait for further instructions before attempting that change again. Feel free to ask relevant questions about why the changes were reverted.

ASSISTANT: Understood. If you have any specific instructions or changes you would like to make, please let me know!

USER: remove the api/v1

ASSISTANT: Here is the *SEARCH/REPLACE* block to remove `api/v1` from the URL in `docs/api.md`:

docs/api.md
```python
<<<<<<< SEARCH
[OAD(https://codeboxapi.com/api/v1/openapi.json)]
=======
[OAD(https://codeboxapi.com/openapi.json)]
>>>>>>> REPLACE
```
  • Loading branch information
shroominic committed Jun 10, 2024
1 parent f68cd2a commit 896ab78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[OAD(https://codeboxapi.com/api/v1/openapi.json)]
[OAD(https://codeboxapi.com/openapi.json)]

0 comments on commit 896ab78

Please sign in to comment.