diff --git a/frontend/src/server/api.ts b/frontend/src/server/api.ts index cd25659..2f71939 100644 --- a/frontend/src/server/api.ts +++ b/frontend/src/server/api.ts @@ -1,7 +1,7 @@ import axios from 'axios' const API = axios.create({ - baseURL: 'http://localhost:3000', + baseURL: 'https://matcher.onrender.com', headers: { 'Content-Type': 'application/json', },