site-libsoc/Server/src/Server.jl

13 lines
123 B
Julia
Raw Normal View History

2023-06-15 01:41:54 +07:00
module Server
using Genie
const up = Genie.up
export up
function main()
Genie.genie(; context = @__MODULE__)
end
end