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

Commit

Permalink
REMOVED: changed client definition
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jan 29, 2024
1 parent 9734612 commit 87c8cba
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", configuration = FeignConfig.class, url = "http://localhost:8081")
@FeignClient(name = "BUSCADOR", configuration = FeignConfig.class)
public interface BuscadorClient {


Expand Down

0 comments on commit 87c8cba

Please sign in to comment.