Skip to content

Commit

Permalink
backend URL fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajeet1606 committed Aug 1, 2024
1 parent 16af8cf commit 2c8f6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Main = () => {
}
const trimmedInput = inputUserName.trim();
//https://roast-github.up.railway.app
const URL = "http://localhost:3000/api/v1/roast/" + trimmedInput;
const URL = "https://roast-github.up.railway.app/api/v1/roast/" + trimmedInput;

setErrorMessage("");
setRoastMessage("");
Expand Down

0 comments on commit 2c8f6f3

Please sign in to comment.