Skip to content

Commit

Permalink
[#32]rename: 주석 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SongGwanSeok committed Oct 21, 2024
1 parent 7ed4957 commit d4dea2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/soma/edupigateway/config/RoutingConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public RouteLocator gatewayRoutes(RouteLocatorBuilder builder, AuthenticationFil
.route(predicate -> predicate
.path(ASSIST_PATH)
.uri(ASSIST_URL)
) // edupi-syntax
) // edupi-assist

.route(predicate -> predicate
.path(VISUALIZE_PATH)
Expand All @@ -71,7 +71,7 @@ public RouteLocator gatewayRoutes(RouteLocatorBuilder builder, AuthenticationFil
.route(predicate -> predicate
.path(META_PATH)
.uri(META_URL)
) // edupi-db
) // edupi-meta

.build();
}
Expand Down

0 comments on commit d4dea2d

Please sign in to comment.