Code refactors

This commit is contained in:
Mysaa Java
2026-07-15 03:37:49 +02:00
parent 430488ceb8
commit 48fbc434a4
12 changed files with 363 additions and 337 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
function next() {
$.ajax({
url: "/questions/question/"+qid,
type: "GET",
type: "POST",
dataType: "json",
success: function(res) {
console.log(res)