Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 251 Bytes

Step2a.md

File metadata and controls

7 lines (6 loc) · 251 Bytes

Step 2a:

  • Let's add some routing. These routes should be valid:
    • / -> index page
    • /users/:user/greet -> plain text "Hello $user"
    • /users/:user/saygoodbye -> html "Goodbye $user"
    • /add/12/15 -> plain text sum of both numbers