Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Made Routes, Controllers, middlewares and resolved errors for opening chatbot and game in same window " #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7,907 changes: 3,846 additions & 4,061 deletions Games/2048-animated/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Games/2048-animated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "set PORT=3456 && react-scripts start",
"start": "set PORT=3457 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down
9,857 changes: 5,827 additions & 4,030 deletions Games/memory-game/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Games/memory-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "set PORT=3457 && react-scripts start",
"start": "set PORT=3456 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down
9 changes: 0 additions & 9 deletions backend/controllers/2048animated.js

This file was deleted.

9 changes: 0 additions & 9 deletions backend/controllers/chatController.js

This file was deleted.

9 changes: 0 additions & 9 deletions backend/controllers/memoryGameController.js

This file was deleted.

22 changes: 0 additions & 22 deletions backend/middleware/2048animated.js

This file was deleted.

22 changes: 0 additions & 22 deletions backend/middleware/chat.js

This file was deleted.

22 changes: 0 additions & 22 deletions backend/middleware/memoryGame.js

This file was deleted.

Loading