Skip to content

Commit

Permalink
[Glitch] Rename /api/v2_alpha/notifications* to `/api/v2/notificati…
Browse files Browse the repository at this point in the history
…ons*`

Port e0648a9 to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
ClearlyClaire committed Sep 16, 2024
1 parent b6398cf commit 0740352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/flavours/glitch/api/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});

Expand Down

0 comments on commit 0740352

Please sign in to comment.