แก้ path api

This commit is contained in:
STW_TTTY\stwtt 2024-09-13 11:30:00 +07:00
parent df67fd1d6f
commit 4ef591fd72
3 changed files with 3 additions and 3 deletions

View file

@ -294,7 +294,7 @@ function fetchData() {
function fetchTree() {
showLoader();
http
.get(config.API.devStrategy + `/edit`)
.get(config.API.devStrategy + `/edit/develop`)
.then((res) => {
const data = res.data.result;
nodes.value = data;