view src/lib/Forum.luan @ 9:9674275019bb

reply and edit
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 30 Jun 2022 00:02:28 -0600
parents 9166f6a14021
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