mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-16 23:53:52 -05:00
[Glitch] Rename /api/v2_alpha/notifications*
to /api/v2/notifications*
Port e0648a916ab81925545504173bf4f43ec64d4f3c to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
b6398cf2d3
commit
0740352ce6
@ -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,
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user