Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arvention committed Mar 28, 2020
1 parent 7ce6b66 commit 3ba39a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions controllers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This folder contains files which defines callback functions for client requests.

### Contents:
- [controller.js](https://github.com/arvention/ccapdev-mongoose/blob/master/controllers/controller.js) - contains necessary callback functions to be called for a given client request related to index.hbs.
- [profileController.js](https://github.com/arvention/ccapdev-mongoose/blob/master/controllers/profileController.js) - contains necessary callback functions to be called for a given client request related to profile.hbs.
- [signupController.js](https://github.com/arvention/ccapdev-mongoose/blob/master/controllers/signupController.js) - contains necessary callback functions to be called for a given client request related to signup.hbs.
- [successController.js](https://github.com/arvention/ccapdev-mongoose/blob/master/controllers/successController.js) - contains necessary callback functions to be called for a given client request related to success.hbs.
- [controller.js](https://github.com/arvention/ccapdev-mongoose/blob/master/controllers/controller.js) - contains necessary callback functions to be called for a given client request related to [`index.hbs`](https://github.com/arvention/ccapdev-mongoose/blob/master/views/index.hbs).
- [profileController.js](https://github.com/arvention/ccapdev-mongoose/blob/master/controllers/profileController.js) - contains necessary callback functions to be called for a given client request related to [`profile.hbs`](https://github.com/arvention/ccapdev-mongoose/blob/master/views/profile.hbs).
- [signupController.js](https://github.com/arvention/ccapdev-mongoose/blob/master/controllers/signupController.js) - contains necessary callback functions to be called for a given client request related to [`signup.hbs`](https://github.com/arvention/ccapdev-mongoose/blob/master/views/signup.hbs).
- [successController.js](https://github.com/arvention/ccapdev-mongoose/blob/master/controllers/successController.js) - contains necessary callback functions to be called for a given client request related to [`success.hbs`](https://github.com/arvention/ccapdev-mongoose/blob/master/views/success.hbs).

0 comments on commit 3ba39a5

Please sign in to comment.