Skip to content

Commit

Permalink
Correct the config file link
Browse files Browse the repository at this point in the history
  • Loading branch information
Afsha10 committed Jan 31, 2024
1 parent 96168c8 commit fa97d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const baseUrl =
process.env.NODE_ENV === "production"
? "http://ec2-18-201-166-46.eu-west-1.compute.amazonaws.com:5000"
? "https://video-storage.onrender.com"
: "http://localhost:5000";

// https://video-storage.onrender.com
// http://ec2-18-201-166-46.eu-west-1.compute.amazonaws.com:5000

0 comments on commit fa97d00

Please sign in to comment.