This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user