Indentation in example
This commit is contained in:
parent
981616d504
commit
49e1b47bb2
|
@ -56,7 +56,7 @@
|
||||||
@code{#lang web-server/insta
|
@code{#lang web-server/insta
|
||||||
;; A "hello world" web server
|
;; A "hello world" web server
|
||||||
(define (start request)
|
(define (start request)
|
||||||
(response/xexpr)
|
(response/xexpr)
|
||||||
'(html
|
'(html
|
||||||
(body "Hello World")))}
|
(body "Hello World")))}
|
||||||
@desc{This example implements a web server using the
|
@desc{This example implements a web server using the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user