Skip to content

Commit 5789fcf

Browse files
committed
Example: Fixed a mount path spelling mistake
1 parent 08baf15 commit 5789fcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • wicket-spring-boot-starter-example/src/main/java/com/giffing/wicket/spring/boot/example/web/pages/customers

wicket-spring-boot-starter-example/src/main/java/com/giffing/wicket/spring/boot/example/web/pages/customers/CustomerListPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
import com.giffing.wicket.spring.boot.example.web.pages.customers.model.UsernameSearchTextField;
6161

6262
@WicketHomePage
63-
@MountPath("custsomers")
63+
@MountPath("customers")
6464
@AuthorizeInstantiation("USER")
6565
public class CustomerListPage extends BaseAuthenticatedPage {
6666

0 commit comments

Comments
 (0)