GET -> POST
This commit is contained in:
parent
858ead987c
commit
b8f10703b0
@ -42,7 +42,7 @@ public final class LicenseController {
|
|||||||
* @see License for license
|
* @see License for license
|
||||||
* @see ResponseEntity for response entity
|
* @see ResponseEntity for response entity
|
||||||
*/
|
*/
|
||||||
@GetMapping("/check")
|
@PostMapping("/check")
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public ResponseEntity<?> check(@NonNull HttpServletRequest request, @RequestBody @NonNull String body) {
|
public ResponseEntity<?> check(@NonNull HttpServletRequest request, @RequestBody @NonNull String body) {
|
||||||
try { // Attempt to check the license
|
try { // Attempt to check the license
|
||||||
|
Loading…
x
Reference in New Issue
Block a user