Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoApp committed Feb 15, 2024
1 parent e5b30b5 commit a9f6ae4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
7 changes: 1 addition & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"name": "Anythink Development Container",
"image": "public.ecr.aws/v0a2l7y2/wilco/anythink-devcontainer:latest",
"customizations": {
"vscode": {
"extensions": ["GitHub.copilot", "GitHub.copilot-chat"]
}
}
"image": "public.ecr.aws/v0a2l7y2/wilco/anythink-devcontainer:latest"
}
5 changes: 0 additions & 5 deletions backend/routes/api/comments.js

This file was deleted.

1 change: 0 additions & 1 deletion backend/routes/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ router.use('/', require('./users'));
router.use('/profiles', require('./profiles'));
router.use('/items', require('./items'));
router.use('/tags', require('./tags'));
router.use('/comments', require('./comments'));
router.use('/ping', require('./ping'));

router.use(function(err, req, res, next){
Expand Down

0 comments on commit a9f6ae4

Please sign in to comment.