comparison src/init.luan @ 17:ab28b0591003

security
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 15 Sep 2024 07:04:14 -0600
parents
children
comparison
equal deleted inserted replaced
16:1980e2c32ad6 17:ab28b0591003
1 local Hosted = require "luan:host/Hosted.luan"
2
3 Hosted.set_https and Hosted.set_https(true)
4
5 return true