Skip to content

Commit

Permalink
application.yml 정보 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sangminee committed Oct 22, 2023
1 parent 29f59dc commit 1531e52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ management:

spring:
application:
name: api-gateway-service
name: apigateway-service
cloud:
gateway:
routes:
- id: api
uri: lb://API
uri: http://3.35.179.234:8080/
predicates:
- Path=/api/**

0 comments on commit 1531e52

Please sign in to comment.