Update backend address

This commit is contained in:
2026-08-27 21:05:25 +08:00
parent 11feb7f606
commit d7b70892cd
5 files changed
+6 -6

No files matched your search

@@ -78,7 +78,7 @@ export function languageLabel(filename: string) {
}
export function rawSnippetUrl(id: string) {
return `http://127.0.0.1:6868/${encodeURIComponent(id)}?mode=raw`
return `https://snippets.rtast.cn/${encodeURIComponent(id)}?mode=raw`
}
export function snippetUrl(id: string) {