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

This commit is contained in:
2025-09-10 13:46:12 +08:00
parent 044b33f39c
commit 80d279365c
5 changed files with 5 additions and 3 deletions

View File

@@ -68,6 +68,5 @@ export async function createCode(data: { code: string; query: string }) {
}
export async function removeCode(id: number) {
const res = await api.delete(`/${id}`)
console.log(res.data)
await api.delete(`/${id}`)
}