thainnv-dev: Nhúng

This commit is contained in:
nguyen van thai
2024-06-06 13:29:22 +07:00
parent 0a7774b7f4
commit c217ed82c9
25 changed files with 382 additions and 45 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ export const listArticleCondition = async (event: H3Event) => {
try {
const payload = await readBody<any>(event)
const { apiUrl } = useRuntimeConfig().public
const { items }: any = await $fetch(`${apiUrl}/cms/article/condition`, {
const { items }: any = await $fetch(`${apiUrl}/cms/digital-article/condition`, {
method: "POST",
headers: {
Site: 1