Skip to content

Commit

Permalink
corrected dev url
Browse files Browse the repository at this point in the history
  • Loading branch information
Anukritik007 committed Apr 5, 2022
1 parent 3c18f20 commit e678256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let url;
const petType = sessionStorage.getItem("pettype");

if (process.env.NODE_ENV === "development") {
url = "http://pawwsumflask.herokuapp.com";
url = "http://localhost:5000";
}

if (process.env.NODE_ENV === "production") {
Expand Down

0 comments on commit e678256

Please sign in to comment.