Skip to content

Commit

Permalink
fix(rest-api): config key fix to msgr-api (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv authored Nov 3, 2022
1 parent dc2059b commit ed6a117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import org.eclipse.microprofile.rest.client.annotation.RegisterProvider;
import org.eclipse.microprofile.rest.client.inject.RegisterRestClient;

@RegisterRestClient(configKey = "load-api")
@RegisterRestClient(configKey = "msgr-api")
@Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON)
@RegisterProvider(value = ApiRepoExHandler.class)
Expand Down

0 comments on commit ed6a117

Please sign in to comment.