Code refactors
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
function next() {
|
||||
$.ajax({
|
||||
url: "/questions/question/"+qid,
|
||||
type: "GET",
|
||||
type: "POST",
|
||||
dataType: "json",
|
||||
success: function(res) {
|
||||
console.log(res)
|
||||
|
||||
Reference in New Issue
Block a user