Nested routes

Report a typo

Imagine that your website works on the /my_website endpoint. On the website you can open your profile. When you open it, you can send messages. Arrange the endpoints in the correct order from top to bottom.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                post("/messages") { }
              
                route("/profile") {
              
                }
              
                }
              
                route("/my_website") {
              
___

Create a free account to access the full topic