mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-30 04:51:59 +08: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