rename: IgdbResource → IgdbController
Build & Deploy / build-and-deploy (push) Successful in 37s

This commit is contained in:
David Alvarez
2026-06-09 14:13:57 +02:00
parent 30927c4159
commit 3a4e4f7e95
@@ -15,7 +15,7 @@ import java.util.Map;
/** IGDB metadata & artwork integration. Enabled when TWITCH_CLIENT_ID and TWITCH_CLIENT_SECRET are set. */
@jakarta.ws.rs.Path("/api/igdb")
@Produces(MediaType.APPLICATION_JSON)
public class IgdbResource {
public class IgdbController {
@Inject
IgdbService svc;