Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b923e6

Browse files
committed
WIP controller changes
1 parent 89d56ea commit 8b923e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controller.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ This renders a page that prints a lucky (random) number::
3535
}
3636

3737
But in the real world, your controller will probably do a lot of work in order to
38-
create the response. It might read information from the request, load a database
39-
resource, send an email or set information on the user's session.
38+
create the response. It might read information from the request, load data from a
39+
database (or API), send an email or set information on the user's session.
4040
But in all cases, the controller will eventually return the ``Response`` object
4141
that will be delivered back to the client.
4242

0 commit comments

Comments
 (0)