Skip to content

Commit

Permalink
update api docs (#1323)
Browse files Browse the repository at this point in the history
- update api docs
- fix backend devcontainer
  • Loading branch information
andrewm4894 committed Feb 20, 2023
1 parent 1d3eea8 commit d74c4e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3,311 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/backend-dev/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"version": "latest"
}
},
"postCreateCommand": ".devcontainer/backend-dev/post_create_command.sh",
"postCreateCommand": "bash .devcontainer/backend-dev/post_create_command.sh",
"postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit d74c4e2

Please sign in to comment.