Skip to content

Commit

Permalink
CORS
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdiy0 committed Jan 21, 2025
1 parent 9bbfdce commit 2e9f21a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_API_URL=http://172.23.169.38:8000
VITE_API_URL=http://localhost:8000
3 changes: 1 addition & 2 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ body{
.container {
display: grid;
grid-template-columns: 1.5fr 0.8fr; /* Two columns */
gap: 30px;
padding: 3% 5%;
flex: 1; /* Take up available space */
}
Expand All @@ -29,4 +28,4 @@ section.right-section{
display: flex;
padding: 40px;
justify-content: center;
}
}

0 comments on commit 2e9f21a

Please sign in to comment.