diff src/luan/modules/host/Hosting.luan @ 1416:db57d562c4bd

add Http.is_hosted
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 18 Oct 2019 15:06:32 -0600
parents 5b8f76e26ab7
children 732b5de211fc
line wrap: on
line diff
--- a/src/luan/modules/host/Hosting.luan	Wed Oct 09 14:56:07 2019 -0600
+++ b/src/luan/modules/host/Hosting.luan	Fri Oct 18 15:06:32 2019 -0600
@@ -16,7 +16,6 @@
 
 local Hosting = {}
 
-
 function Hosting.push(domain,password,dir)
 	local my_dir = Io.uri("file:"..dir)
 	my_dir.exists() or error("directory '"..dir.."' not found")