AxL95 commited on
Commit
c37bcc1
·
verified ·
1 Parent(s): 593ae1d

Update frontend/src/App.js

Browse files
Files changed (1) hide show
  1. frontend/src/App.js +1 -1
frontend/src/App.js CHANGED
@@ -105,7 +105,7 @@ function App() {
105
 
106
  try {
107
  // Enregistrer la nouvelle conversation dans MongoDB
108
- const response = await fetch('http://localhost:7860/api/conversations', {
109
  method: 'POST',
110
  headers: {
111
  'Content-Type': 'application/json',
 
105
 
106
  try {
107
  // Enregistrer la nouvelle conversation dans MongoDB
108
+ const response = await fetch('/api/conversations', {
109
  method: 'POST',
110
  headers: {
111
  'Content-Type': 'application/json',