Renamem ShikimoriSearchService to ShikimoriAPI

This commit is contained in:
2026-03-23 20:56:06 +05:00
parent b84d1961df
commit 842de8071f

View File

@@ -10,7 +10,7 @@ import jakarta.ws.rs.QueryParam;
@Path("/shikimori")
@RegisterRestClient(baseUri = "stork://shikimori-metadata-service")
public interface ShikimoriSearchService {
public interface ShikimoriAPI {
@GET
@Path("/search")
Anime findById(@QueryParam("id") String id);