update link api

This commit is contained in:
2025-04-25 15:33:19 +07:00
parent 272d866ad5
commit 5c63dda99e
7 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ export default defineEventHandler(async (event) => {
console.log(body)
try {
console.log("MASUK DALAM SINI")
const response = await axios.post("http://10.10.150.129:8082/api/kunjunganpasien/listkunjunganpasien", body);
const response = await axios.post("http://10.10.123.140:8082/api/kunjunganpasien/listkunjunganpasien", body);
console.log(response.data)