change api url

This commit is contained in:
kandrusyak
2022-12-20 21:01:10 +03:00
parent 75e4b9cecb
commit e9a9c20fb5
4 changed files with 6 additions and 6 deletions

View File

@@ -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);