فهرست منبع

:memo: api request

visuddhinanda 1 سال پیش
والد
کامیت
d26f393628
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dashboard/src/components/notification/NotificationIcon.tsx

+ 1 - 1
dashboard/src/components/notification/NotificationIcon.tsx

@@ -40,7 +40,7 @@ const NotificationIconWidget = () => {
     }
 
     const url = `/v2/notification?view=to&limit=1`;
-    console.info("notification url", url);
+    console.info("notification api request", url);
     get<INotificationListResponse>(url).then((json) => {
       if (json.ok) {
         console.debug("notification fetch ok ", json.data.unread);