web-redirect/temporary! -> web-redirect!

This commit is contained in:
Tony Garnock-Jones 2016-11-23 15:39:25 +13:00
parent 3b376315f4
commit 479faca644
1 changed files with 1 additions and 1 deletions

View File

@ -57,4 +57,4 @@
(during (http-listener $host-name $port)
(assert (vh host-name port))
(on (web-request-get (id req) (vh host-name port) ("" ()))
(web-redirect/temporary! id "/index.html"))))
(web-redirect! id "/index.html"))))