Skip to content

Commit

Permalink
Added url
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivamJoker committed Aug 21, 2020
1 parent 277be9b commit 8bd1283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const emailForm = document.querySelector("#emailForm");

const toast = document.querySelector(".toast");

const baseURL = "http:https://localhost:3000";
const baseURL = "https:https://innshare.herokuapp.com";
const uploadURL = `${baseURL}/api/files`;
const emailURL = `${baseURL}/api/files/send`;

Expand Down

0 comments on commit 8bd1283

Please sign in to comment.