Skip to content

Commit

Permalink
got rid of development tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Jshot117 committed Oct 16, 2024
1 parent bce96f3 commit 95d6dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrontEnd/src/components/DashboardHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const DashboardHeader = ({ handleLogout }) => {
console.log('Current user:', user);
if (user) {
try {
const response = await axios.post('https://jshot117-backend--3000.prod1.defang.dev/userInfo' || 'http://localhost:3000/userInfo', {
const response = await axios.post('https://jshot117-backend--3000.prod1.defang.dev/userInfo', {
uid: user.uid
}, {
headers: {
Expand Down

0 comments on commit 95d6dec

Please sign in to comment.