|
|
@ -56,7 +56,7 @@ public class ProfileController { |
|
|
|
return new ResponseEntity(freeVIPService.addFreeVIP(SteamIDConverter.getSteamID(steam64), socialAuth), HttpStatus.OK); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("/report") |
|
|
|
@PostMapping("/report") |
|
|
|
@NeedValidCookie |
|
|
|
public ResponseEntity<Long> ReportUser(HttpServletRequest request, |
|
|
|
@CookieValue(value = "steam64", defaultValue = "") String steam64, |
|
|
|