Skip to content

Commit 5f42e4b

Browse files
authored
Update FeignConfig.java
1 parent 5152c17 commit 5f42e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ticketaka/performance/config/FeignConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import org.springframework.context.annotation.Configuration;
55

66
@Configuration
7-
@EnableFeignClients("com.ticketaka.performance.utils")
7+
@EnableFeignClients("com.ticketaka.performance.util")
88
public class FeignConfig {
99

1010
}

0 commit comments

Comments
 (0)