diff src/init.luan @ 5:2e211bec24d7

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 15 Sep 2024 07:23:04 -0600
parents bd4802730bab
children
line wrap: on
line diff
--- a/src/init.luan	Sat Aug 24 21:40:12 2024 -0600
+++ b/src/init.luan	Sun Sep 15 07:23:04 2024 -0600
@@ -1,6 +1,5 @@
-local Http = require "luan:http/Http.luan"
 local Hosted = require "luan:host/Hosted.luan"
 
-Hosted.set_https and Hosted.set_https(Http.domain=="mailer.reactionary.software")
+Hosted.set_https and Hosted.set_https(true)
 
 return true