add create a problem.

This commit is contained in:
2023-03-27 18:21:29 +08:00
parent 7f8260d34d
commit 9bc1a1b5b5
12 changed files with 831 additions and 11 deletions

View File

@@ -51,10 +51,6 @@ export async function getProblemList(
}
}
export function getProblemTagList() {
return http.get("problem/tags")
}
export function getRandomProblemID() {
return http.get("pickone")
}