leaderboard fecthing fix

This commit is contained in:
djmil 2023-11-30 15:01:10 +01:00
parent bd55ceb370
commit 9183b97628

View File

@ -4,7 +4,6 @@ import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.HttpStatusCode;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;