Skip to content

Commit e51262d

Browse files
committed
GH-211 - Rename actuator to application-modules.
1 parent 516c48d commit e51262d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-modulith-actuator/src/main/java/org/springframework/modulith/actuator/ApplicationModulesEndpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
* @author Oliver Drotbohm
3434
*/
35-
@Endpoint(id = "applicationmodules")
35+
@Endpoint(id = "application-modules")
3636
public class ApplicationModulesEndpoint {
3737

3838
private static final Logger LOGGER = LoggerFactory.getLogger(ApplicationModulesEndpoint.class);

0 commit comments

Comments
 (0)