Skip to content

Commit

Permalink
fix: change url for rahti
Browse files Browse the repository at this point in the history
  • Loading branch information
immone committed Jun 13, 2024
1 parent cdf0db1 commit fcd8115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {

// eslint-disable-next-line react-refresh/only-export-components
export const serverUrl = import.meta.env.PROD
? 'http://localhost:4000'
? ''
: 'http://localhost:5000';

function App() {
Expand Down

0 comments on commit fcd8115

Please sign in to comment.