แก้ API

This commit is contained in:
STW_TTTY\stwtt 2024-08-23 14:38:43 +07:00
parent 20049939c0
commit 20ea243eaf
2 changed files with 2 additions and 1 deletions

View file

@ -86,7 +86,7 @@ async function onSubmit(data: any) {
function getData() {
showLoader();
http
.get(config.API.appealByID(id.value))
.get(config.API.appealByIDGet(id.value))
.then((res) => {
const dataList = res.data.result;
data.id = dataList.id;