diff src/lib/Forum.luan @ 6:9166f6a14021

add email api
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 23 Jun 2022 23:05:28 -0600
parents 6a1e2749571d
children a602a5735a37
line wrap: on
line diff
--- a/src/lib/Forum.luan	Tue Jun 21 21:39:27 2022 -0600
+++ b/src/lib/Forum.luan	Thu Jun 23 23:05:28 2022 -0600
@@ -6,4 +6,6 @@
 
 Forum.title = "forum title not set"
 
+Forum.mailer_url = "http://localhost:8080"
+
 return Forum