itll be removed on this date actually

This commit is contained in:
2026-01-21 19:03:20 -07:00
parent 6523ede3a9
commit d13b24656b

View File

@@ -110,7 +110,7 @@ app.get(
detail: { detail: {
deprecated: true, deprecated: true,
description: description:
'This endpoint was renamed to `/berrydash/leaderboard/score` and will be removed in the future.', 'This endpoint was renamed to `/berrydash/leaderboard/score` and will be removed on March 19th 2026.',
tags: ['Berry Dash', 'Leaderboards'] tags: ['Berry Dash', 'Leaderboards']
} }
} }
@@ -122,7 +122,7 @@ app.get(
detail: { detail: {
deprecated: true, deprecated: true,
description: description:
'This endpoint was renamed to `/berrydash/leaderboard/berry` and will be removed in the future.', 'This endpoint was renamed to `/berrydash/leaderboard/berry` and will be removed on March 19th 2026.',
tags: ['Berry Dash', 'Leaderboards'] tags: ['Berry Dash', 'Leaderboards']
}, },
query: t.Object({ query: t.Object({
@@ -137,7 +137,7 @@ app.get(
detail: { detail: {
deprecated: true, deprecated: true,
description: description:
'This endpoint was renamed to `/berrydash/leaderboard/coin` and will be removed in the future.', 'This endpoint was renamed to `/berrydash/leaderboard/coin` and will be removed on March 19th 2026.',
tags: ['Berry Dash', 'Leaderboards'] tags: ['Berry Dash', 'Leaderboards']
} }
} }
@@ -149,7 +149,7 @@ app.get(
detail: { detail: {
deprecated: true, deprecated: true,
description: description:
'This endpoint was renamed to `/berrydash/leaderboard/legacy` and will be removed in the future.', 'This endpoint was renamed to `/berrydash/leaderboard/legacy` and will be removed on March 19th 2026.',
tags: ['Berry Dash', 'Leaderboards'] tags: ['Berry Dash', 'Leaderboards']
} }
} }
@@ -161,7 +161,7 @@ app.get(
detail: { detail: {
deprecated: true, deprecated: true,
description: description:
'This endpoint was renamed to `/berrydash/leaderboard/total` and will be removed in the future.', 'This endpoint was renamed to `/berrydash/leaderboard/total` and will be removed on March 19th 2026.',
tags: ['Berry Dash', 'Leaderboards'] tags: ['Berry Dash', 'Leaderboards']
} }
} }