This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ import java.util.Map;
|
|||||||
/** IGDB metadata & artwork integration. Enabled when TWITCH_CLIENT_ID and TWITCH_CLIENT_SECRET are set. */
|
/** IGDB metadata & artwork integration. Enabled when TWITCH_CLIENT_ID and TWITCH_CLIENT_SECRET are set. */
|
||||||
@jakarta.ws.rs.Path("/api/igdb")
|
@jakarta.ws.rs.Path("/api/igdb")
|
||||||
@Produces(MediaType.APPLICATION_JSON)
|
@Produces(MediaType.APPLICATION_JSON)
|
||||||
public class IgdbResource {
|
public class IgdbController {
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
IgdbService svc;
|
IgdbService svc;
|
||||||
Reference in New Issue
Block a user