Skip to content

Commit

Permalink
Fixed express link for district number
Browse files Browse the repository at this point in the history
  • Loading branch information
eelkus01 committed Jun 20, 2024
1 parent 9e25a7f commit fefdfac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/src/pages/ballotInfo/districtForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ import { Button, Grid, TextField } from '@mui/material';


// Set base URL for Axios
// const api = axios.create({
// baseURL: 'https://pitne-voter-app-express-production.up.railway.app/', // Point this to server URL
// });
const api = axios.create({
baseURL: 'http://localhost:3001', // Point this to server URL
baseURL: 'https://pitne-voter-app-express-production.up.railway.app/', // Point this to server URL
});


Expand Down

0 comments on commit fefdfac

Please sign in to comment.