Skip to content

Commit f10093d

Browse files
committed
Update routes section in the README.md.
1 parent e67d97a commit f10093d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ GET /summary controllers.HomeController.appSummary()
136136

137137
* The below service is there in the front-end to manage the http requests which defined in the backend service.
138138

139+
```
140+
├── /ui/
141+
│ └── src
142+
│ └── app
143+
│ └── app.service.ts
144+
```
145+
139146
```javascript
140147
@Injectable()
141148
export class AppService {

0 commit comments

Comments
 (0)