add_post_route | R Documentation |
Adds a POST route to a tower
add_post_route(tower, path, handler)
tower |
A tower object |
path |
A string containing the path to match |
handler |
A function to call when the route is matched |
The tower with the added POST route
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.