update domain api server
This commit is contained in:
parent
0c66b10a6e
commit
e15604b2f0
|
|
@ -1,5 +1,4 @@
|
|||
const API = "http://localhost:3333/api";
|
||||
// const API = "https://auto.danielvu.com/api"
|
||||
const API = "https://logs.danielvu.com/api";
|
||||
|
||||
export const getKeyValues = API + "/getKeyValue";
|
||||
export const deleteValue = API + "/deleteValue";
|
||||
|
|
|
|||
Loading…
Reference in New Issue