|
|
@ -3,6 +3,7 @@ package app.controllers.user; |
|
|
|
import app.annotations.enums.AuthMethod; |
|
|
|
import app.annotations.interfaces.BurstUpdatePlayers; |
|
|
|
import app.annotations.interfaces.CheckWebAccess; |
|
|
|
import app.annotations.interfaces.WaitAfterNext; |
|
|
|
import app.entities.other.SteamID; |
|
|
|
import app.services.ProfileService; |
|
|
|
import jakarta.servlet.http.HttpServletRequest; |
|
|
@ -24,7 +25,8 @@ public class DetailController { |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping |
|
|
|
@CheckWebAccess(auth_method = AuthMethod.SECRET_KEY) |
|
|
|
@CheckWebAccess |
|
|
|
@WaitAfterNext |
|
|
|
@BurstUpdatePlayers |
|
|
|
public ResponseEntity GetUser(HttpServletRequest request, |
|
|
|
@RequestParam String steam64) { |
|
|
|