ReleaseEngineering/BuildAPI: Difference between revisions

Jump to navigation Jump to search
m
(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].
<pre>
http://localhost:5000/hello_world
</pre>


= Maintenance =
= Maintenance =
32

edits

Navigation menu