Mercurial Hosting > freedit
view 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 source
local Luan = require "luan:Luan.luan" local error = Luan.error local Forum = {} Forum.title = "forum title not set" Forum.mailer_url = "http://localhost:8080" return Forum