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
@@ -4,7 +4,7 @@ import {FormEvent, useState} from 'react'
import {ArrowUpRight, Check, Copy, FileCode2, Loader2, Send, Terminal, X} from 'lucide-react'
import {languageLabel, rawSnippetUrl, SnippetEditor, snippetUrl} from '@/components/snippet-editor'
const API_BASE = 'http://127.0.0.1:6868'
const API_BASE = 'https://snippets.rtast.cn'
async function copyToClipboard(text: string) {
if (navigator.clipboard && window.isSecureContext) {