comparison 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
comparison
equal deleted inserted replaced
5:2f20b11affdd 6:9166f6a14021
4 4
5 local Forum = {} 5 local Forum = {}
6 6
7 Forum.title = "forum title not set" 7 Forum.title = "forum title not set"
8 8
9 Forum.mailer_url = "http://localhost:8080"
10
9 return Forum 11 return Forum