Skip to content

Commit

Permalink
refactor: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushpanditmoto committed Dec 24, 2022
1 parent c4c935f commit 254d647
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
REACT_APP_BACKEND_URL=http://localhost:3000
REACT_APP_BACKEND_URL=https://college-reboot-backend.cyclic.app
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"dotenv.enableAutocloaking": false
}
1 change: 1 addition & 0 deletions backend
Submodule backend added at 661e74
14 changes: 14 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"name": "frontend",
"version": "0.1.0",

"private": true,
"proxy": "http://127.0.0.1:3000",

"private": true,

"proxy": "https://college-reboot-backend.cyclic.app",
"dependencies": {
"@reduxjs/toolkit": "^1.9.1",
"@testing-library/jest-dom": "^5.16.5",
Expand Down

0 comments on commit 254d647

Please sign in to comment.