usar el mcp como es
This commit is contained in:
@@ -45,7 +45,7 @@ services:
|
||||
build: ./mcp
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
PLANILLA_API_URL: "http://api:4000"
|
||||
PLANILLA_API_URL: "http://planilla-api:4000"
|
||||
depends_on:
|
||||
- api
|
||||
ports:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import axios from 'axios';
|
||||
// forzar subida
|
||||
const apiClient = axios.create({
|
||||
baseURL: 'https://planilla.interno.com', // Using the container name and API port
|
||||
baseURL: 'http://planilla.interno.com', // Using the container name and API port
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user