mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-17 13:51:31 +08:00
changed baseUrl for axios
This commit is contained in:
parent
9e6326fabc
commit
3c90d3c742
@ -9,7 +9,7 @@ export default axios.create({
|
||||
|
||||
// baseURL: 'http://104.211.113.204:8080/api/v1/',
|
||||
// baseURL: process.env.REACT_APP_QUERY_SERVICE_URL,
|
||||
baseURL: 'api/v1/',
|
||||
baseURL: '/api/v1/',
|
||||
// console.log('in metrics API', process.env.QUERY_SERVICE_URL)
|
||||
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ export default axios.create({
|
||||
|
||||
// baseURL: process.env.QUERY_SERVICE_URL,
|
||||
// console.log('in traces API', process.env.QUERY_SERVICE_URL)
|
||||
baseURL: 'api/v1/',
|
||||
baseURL: '/api/v1/',
|
||||
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user