File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ to creating a page?
83
83
84
84
#. *Create a controller and a method *: This is a function where *you * build the page and ultimately
85
85
return a ``Response `` object. You'll learn more about :doc: `controllers </controller >`
86
- in their own section, including how to return JSON responses.
86
+ in their own section, including how to return JSON responses;
87
87
88
88
#. *Create a route *: In ``config/routes.yaml ``, the route defines the URL to your
89
89
page (``path ``) and what ``controller `` to call. You'll learn more about :doc: `routing </routing >`
90
- in its own section, including how to make *variable * URLs;
90
+ in its own section, including how to make *variable * URLs.
91
91
92
92
.. _annotation-routes :
93
93
You can’t perform that action at this time.
0 commit comments