diff 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
line wrap: on
line diff
--- a/src/luan/host/init.luan	Wed Oct 09 14:56:07 2019 -0600
+++ b/src/luan/host/init.luan	Fri Oct 18 15:06:32 2019 -0600
@@ -54,6 +54,7 @@
 end
 
 Http.domain = domain
+Http.is_hosted = true
 
 
 -- mail  - fix later