Fix JWT integration tests
This commit is contained in:
@ -8,7 +8,6 @@ import org.springframework.web.bind.annotation.RequestParam;
|
||||
import org.springframework.web.bind.annotation.ResponseBody;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
@RestController
|
||||
public class JWTQuiz extends AssignmentEndpoint {
|
||||
@ -41,8 +40,6 @@ public class JWTQuiz extends AssignmentEndpoint {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@GetMapping("/JWT/quiz")
|
||||
@ResponseBody
|
||||
public boolean[] getResults() {
|
||||
|
Reference in New Issue
Block a user