This commit is contained in:
2024-01-23 14:36:21 +08:00
parent d37c124c5a
commit 946ec691af
16 changed files with 198 additions and 45 deletions

View File

@@ -24,7 +24,7 @@ function decode(bytes?: string) {
)
}
const http = axios.create({ baseURL: `${protocol}://judge0api.xuyue.cc` })
const http = axios.create({ baseURL: `${protocol}://judge0api.hyyz.izhai.net` })
export async function submit(code: Code, input: string) {
const encodedCode = encode(code.value)