fix
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-10-21 21:54:59 +08:00
parent e96611c62b
commit 53ae1a8ef8
3 changed files with 29 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ export async function getAIAnalysis() {
try {
const response = await fetch(`${baseUrl}/ai`, {
method: "POST",
headers: {
"Content-Type": "application/json",
},
body: JSON.stringify({
code: code.value,
language: code.language,