diff src/luan/host/init.luan @ 1640:570f3d483a31

host - move https.luan into src
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 21 Dec 2021 16:54:26 -0700
parents 07be5015159d
children 97cc73664ca8
line wrap: on
line diff
--- a/src/luan/host/init.luan	Tue Dec 21 16:27:44 2021 -0700
+++ b/src/luan/host/init.luan	Tue Dec 21 16:54:26 2021 -0700
@@ -99,8 +99,7 @@
 end
 
 
--- callback to luanhost code
-do_file "file:init.luan"
+do_file "classpath:luan/host/https.luan"
 
 
 local LuanJava = require "java:luan.Luan"