update link api
This commit is contained in:
@@ -5,7 +5,7 @@ export default defineEventHandler(async (event) => {
|
||||
// console.log("data"+url)
|
||||
try {
|
||||
const response = await axios.get(url)
|
||||
// const response = await axios.get("http://10.10.150.129:8082/api/jadwaldokter/detail")
|
||||
// const response = await axios.get("http://10.10.123.140:8082/api/jadwaldokter/detail")
|
||||
return response.data
|
||||
} catch (error) {
|
||||
console.error("Error:", error);
|
||||
|
||||
Reference in New Issue
Block a user