fix ui
All checks were successful
Deploy on Master Change / deploy (push) Successful in 44s

This commit is contained in:
2026-07-01 15:08:31 +07:00
parent 7a9c7a93ff
commit 7e84ddeaf9
8 changed files with 443 additions and 20 deletions

View File

@@ -358,7 +358,7 @@
const listDiv = document.getElementById('guides-list');
try {
const response = await fetch(`${host}/api/public/guide-links`);
const response = await fetch(`${host}/api/public/app-guides`);
if (!response.ok) throw new Error('Không thể lấy danh sách hướng dẫn');
const res = await response.json();