Skip to content

Commit

Permalink
feat: changing vercel to carol vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Carolinewk committed Oct 25, 2024
1 parent b70ff7e commit f1cb291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Knowledge/Knowledge.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function Knowledge() {
formData.append('file', file);

try {
const response = await fetch('https://dex-backend-deployment.vercel.app/upload', {
const response = await fetch('dex-backend-five.vercel.app/upload', {
method: 'POST',
body: formData
});
Expand Down Expand Up @@ -131,7 +131,7 @@ function Knowledge() {

const getFiles = async () => {
try {
const response = await fetch('https://dex-backend-deployment.vercel.app/file_retrieval', {
const response = await fetch('https://dex-backend-five.vercel.app/file_retrieval', {
method: 'POST',
});
if (!response.ok) {
Expand Down

0 comments on commit f1cb291

Please sign in to comment.