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
+1 -1
View File
@@ -2,7 +2,7 @@ import axios from "axios";
export default defineEventHandler(async (event) => {
try {
const response = await axios.get("http://10.10.150.129:8082/api/subspesialis");
const response = await axios.get("http://10.10.123.140:8082/api/subspesialis");
// console.log(response.data)
return response.data
} catch (error) {