GET -> POST

This commit is contained in:
Braydon 2023-06-01 00:18:22 -04:00
parent 858ead987c
commit b8f10703b0

@ -42,7 +42,7 @@ public final class LicenseController {
* @see License for license
* @see ResponseEntity for response entity
*/
@GetMapping("/check")
@PostMapping("/check")
@ResponseBody
public ResponseEntity<?> check(@NonNull HttpServletRequest request, @RequestBody @NonNull String body) {
try { // Attempt to check the license