We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad78c4 commit 94b28ceCopy full SHA for 94b28ce
1 file changed
src/pages/api/release-channels.ts
@@ -9,7 +9,7 @@ export const GET: APIRoute = ({ params, request, redirect }) => {
9
return new Response(
10
JSON.stringify({
11
canary: "iurehg8uetgyh8ui5e/cr",
12
- stable: "iurehg8uetgyh8ui5e/sr"
+ stable: "Ryubing/Stable-Releases"
13
}),
14
{
15
headers: {
0 commit comments