fix some formatting
This commit is contained in:
parent
0f32cfa9b8
commit
0d34caebe4
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
"#httpserver/base.spl" import
|
||||
"#httpserver/static.spl" import
|
||||
|
||||
use net:http:Server
|
||||
|
||||
construct Latest {
|
||||
|
@ -52,7 +53,7 @@ func main { exitcode | with args ;
|
|||
}
|
||||
}
|
||||
|
||||
func handle-client { | with client ;
|
||||
func handle-client { | with client ;
|
||||
client:read;
|
||||
"index.html" "/" client:serve-html-cached;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue