mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
updated metric API URL
This commit is contained in:
parent
e1fd9cec65
commit
19dc319381
@ -1,9 +1,9 @@
|
||||
import axios from 'axios';
|
||||
|
||||
export default axios.create({
|
||||
baseURL: 'http://104.211.113.204:8080/api/v1/',
|
||||
// baseURL: 'http://104.211.113.204:8080/api/v1/',
|
||||
|
||||
// baseURL: 'http://localhost:3000/api/v1/',
|
||||
baseURL: 'http://localhost:3000/api/v1/',
|
||||
|
||||
}
|
||||
);
|
||||
Loading…
x
Reference in New Issue
Block a user