Skip to content

Commit

Permalink
Removed local host apiURL
Browse files Browse the repository at this point in the history
  • Loading branch information
aketkar18 committed Mar 18, 2023
1 parent 3334404 commit 2ac0beb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ function App() {
setIsLoading(true);

let apiUrl = "https://practest-server.herokuapp.com/quiz";
apiUrl = "http://localhost:8000/quiz";

const response = await fetch(apiUrl, {
method: "POST",
Expand Down

0 comments on commit 2ac0beb

Please sign in to comment.