Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aider: Removed
api/v1
from the URL in docs/api.md
.
# 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