File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -695,10 +695,14 @@ <h2 class="projects lang" data-en="Projects" data-fr="Projets" data-de="Projekte
695695 "$ bin/dispatcher say --words Hello --import tinystruct.examples.example" ,
696696 "Hello" ,
697697 " " ,
698- "# bin/dispatcher start --import org.tinystruct.system.NettyHttpServer" ,
699- "You can access the below URLs:" ,
700- " http://localhost:8080/?q=say/Praise%20the%20Lord!" ,
701- " http://localhost:8080/?q=praise"
698+ "# bin/dispatcher start --import org.tinystruct.system.NettyHttpServer --server-port 777" ,
699+ " " ,
700+ " _/ ' _ _/ _ _ _/" ,
701+ " / / /) (/ _) / / (/ ( / 1.6.4" ,
702+ " /" ,
703+ " " ,
704+ `${ new Date ( ) . toLocaleString ( ) } org.tinystruct.system.NettyHttpServer start` ,
705+ "INFO: Netty server (777) startup in 30 ms"
702706 ] ;
703707
704708 const outputMain = document . getElementById ( 'output-main' ) ;
You can’t perform that action at this time.
0 commit comments