fix hello world example

This commit is contained in:
Jocelyn Fiat
2011-07-28 10:40:59 +02:00
parent d65c8de1d2
commit 5c5ba9f038
2 changed files with 2 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ feature {NONE} -- Initialization
make
do
print ("Example: start a Nino web server on port " + port_number.out + ", %Nand reply Hello World for any request such as http://localhost:8123/%N")
(create {GW_NINO_APPLICATION}.make_custom (agent execute, "")).listen (port_number)
(create {NINO_APPLICATION}.make_custom (agent execute, "")).listen (port_number)
end
execute (req: EWSGI_REQUEST; res: EWSGI_RESPONSE_STREAM)