Rename /api/v2_alpha/notifications* to /api/v2/notifications* (#31840)
This commit is contained in:
@@ -37,7 +37,7 @@ export const apiFetchNotificationGroups = async (params?: {
|
||||
}) => {
|
||||
const response = await api().request<ApiNotificationGroupsResultJSON>({
|
||||
method: 'GET',
|
||||
url: '/api/v2_alpha/notifications',
|
||||
url: '/api/v2/notifications',
|
||||
params,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user