mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 09:48:06 +01:00
[Glitch] Rename /api/v2_alpha/notifications*
to /api/v2/notifications*
Port e0648a916a
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
b6398cf2d3
commit
0740352ce6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue