Fix path Notification admin

UI – Notifications (User)
- app/(application)/(user)/notifications/index.tsx
- screens/Notification/ScreenNotification_V2.tsx

UI – Notifications (Admin)
- screens/Admin/Notification-Admin/ScreenNotificationAdmin2.tsx

API
- service/api-notifications.ts

Docs
- docs/prompt-for-qwen-code.md

### No Issue
This commit is contained in:
2026-02-05 16:37:50 +08:00
parent 72a3d42013
commit 7415c8c8ce
5 changed files with 66 additions and 27 deletions

View File

@@ -47,9 +47,8 @@ export async function apiGetNotificationsById({
category: TypeNotificationCategoryApp;
page?: string;
}) {
console.log("ID", id);
console.log("Category", category);
console.log("Page", page);
try {
const response = await apiConfig.get(