Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
CHANGED: url for feign client
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jan 29, 2024
1 parent 6106c4c commit 7aea4af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import java.util.List;
import java.util.Map;

@FeignClient(name = "buscador", url = "http://localhost:8082/",configuration = FeignConfig.class)
@FeignClient(name = "buscador", configuration = FeignConfig.class)
public interface BuscadorClient {


Expand Down

0 comments on commit 7aea4af

Please sign in to comment.