Skip to content

Commit

Permalink
changed api url to check if it works remotely
Browse files Browse the repository at this point in the history
  • Loading branch information
dredshep committed Aug 19, 2024
1 parent eb3a4ae commit 76d42f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/app/Testing/SelectComponent2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface SelectComponentProps {
}

const SelectComponent2: React.FC<SelectComponentProps> = ({
apiUrl = "http://localhost:3000/api/tokens",
apiUrl = "/api/tokens",
setFrom,
setTo,
outputOptions = [], // Default to empty array if not provided
Expand Down

0 comments on commit 76d42f5

Please sign in to comment.