32
edits
(Changed to match controller creation, and added steps on how to make accessible.) |
|||
| Line 130: | Line 130: | ||
map.connect('/hello_world', controller='hello_world', action='index') | map.connect('/hello_world', controller='hello_world', action='index') | ||
</pre> | </pre> | ||
Now restart buildapi, and point your browser to: | Now restart buildapi, and point your browser to [http://localhost:5000/hello_world http://localhost:5000/hello_world]. | ||
http://localhost:5000/hello_world | |||
= Maintenance = | = Maintenance = | ||
edits