penambahan tabel pencarian, form tambah, form ubah
This commit is contained in:
@@ -2,7 +2,7 @@ import axios from "axios";
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
try {
|
||||
const response = await axios.get("http://localhost:8082/api/suratkontrol");
|
||||
const response = await axios.get("http://10.10.150.129:8082/api/suratkontrol");
|
||||
// console.log(response.data)
|
||||
return response.data
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user