change api url
This commit is contained in:
@@ -717,7 +717,7 @@ export function clientsServer() {
|
||||
},
|
||||
],
|
||||
}));
|
||||
this.passthrough("http://45.84.227.122:8080/**");
|
||||
this.passthrough("https://astra-dev.dopcore.com/**");
|
||||
this.get("/api/detail/:id", (schema, request) => {
|
||||
let id = request.params.id;
|
||||
return clientDetail.find((el) => el.person_id === id);
|
||||
|
||||
Reference in New Issue
Block a user