Skip to content

Commit

Permalink
deployment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
keshavjha018 committed Jul 11, 2022
1 parent d45f1f7 commit fb1b81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/pages/EmailVerify.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function EmailVerify() {
return (
<>
<div>
<h1> User verification</h1>
<h1> User Verification Complete</h1>
{/* <h3>There is an error in verification......</h3> */}
</div>
</>
Expand Down
2 changes: 1 addition & 1 deletion server/src/services/email.services.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let mailInfo = {
subject: ""
};

const apiHostUrl = "http://localhost:3000/";
const apiHostUrl = "https://hr-portal-amber.vercel.app/";

class Email {

Expand Down

2 comments on commit fb1b81e

@vercel
Copy link

@vercel vercel bot commented on fb1b81e Jul 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hr-portal – ./client

hr-portal-keshavjha018.vercel.app
hr-portal-amber.vercel.app
hr-portal-git-main-keshavjha018.vercel.app

@vercel
Copy link

@vercel vercel bot commented on fb1b81e Jul 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hr-portal-server – ./server

hr-portal-server-keshavjha018.vercel.app
hr-portal-server.vercel.app
hr-portal-server-git-main-keshavjha018.vercel.app

Please sign in to comment.