You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ There are several demonstration files available in this template.
125
125
126
126
```
127
127
├── /conf/
128
-
│ └── routes
128
+
│ ├── routes
129
129
```
130
130
131
131
* All the route definitions should be included in this file based on higher priority first. In this example project following route is added to retrieve the summary.
@@ -138,9 +138,9 @@ GET /summary controllers.HomeController.appSummary()
0 commit comments