Skip to content

Commit

Permalink
changed url
Browse files Browse the repository at this point in the history
  • Loading branch information
krixnaas committed Jan 24, 2023
1 parent 0df20fe commit 2deea2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const handleSubmit = async (e) => {

//fetch data from the server -> bot's response

const response = await fetch('http://localhost:5000', {
const response = await fetch('https://propunters.onrender.com', {
method: 'POST',
headers: {
'Content-Type':'application/json'
Expand Down

1 comment on commit 2deea2d

@vercel
Copy link

@vercel vercel bot commented on 2deea2d Jan 24, 2023

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:

propunters – ./

propunters.vercel.app
propunters-git-main-krixnaas.vercel.app
propunters-krixnaas.vercel.app

Please sign in to comment.