fix some formatting

This commit is contained in:
Daniella / Tove 2024-10-13 19:19:45 +02:00
parent 0f32cfa9b8
commit 0d34caebe4
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -1,6 +1,7 @@
"#httpserver/base.spl" import "#httpserver/base.spl" import
"#httpserver/static.spl" import "#httpserver/static.spl" import
use net:http:Server use net:http:Server
construct Latest { construct Latest {
@ -52,7 +53,7 @@ func main { exitcode | with args ;
} }
} }
func handle-client { | with client ; func handle-client { | with client ;
client:read; client:read;
"index.html" "/" client:serve-html-cached; "index.html" "/" client:serve-html-cached;