comparison src/luan/host/init.luan @ 1416:db57d562c4bd

add Http.is_hosted
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 18 Oct 2019 15:06:32 -0600
parents 4abf88ec66de
children 732b5de211fc
comparison
equal deleted inserted replaced
1415:edfbcd7f8833 1416:db57d562c4bd
52 function Io.schemes.site(path,loading) 52 function Io.schemes.site(path,loading)
53 return Io.uri( Http.dir..path, loading ) 53 return Io.uri( Http.dir..path, loading )
54 end 54 end
55 55
56 Http.domain = domain 56 Http.domain = domain
57 Http.is_hosted = true
57 58
58 59
59 -- mail - fix later 60 -- mail - fix later
60 61
61 Hosting.send_mail = Mail.Sender{ 62 Hosting.send_mail = Mail.Sender{