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

+1 -1
View File
@@ -3,7 +3,7 @@ import {ArrowLeft, ArrowUpRight, FileCode2, RefreshCw, Terminal} from 'lucide-re
import {languageLabel, rawSnippetUrl} from '@/lib/snippet-utils'
import {SnippetEditor} from '@/components/snippet-editor'
const API_BASE = 'http://127.0.0.1:6868'
const API_BASE = 'https://snippets.rtast.cn'
type Snippet = { createdAt?: string; filename: string; content: string }