summaryrefslogtreecommitdiff
path: root/src/catlfish.erl
blob: cfdec8bf95a48c81e6270842ca9ad1e4897663a3 (plain)
1
2
3
4
5
6
-module('catlfish').
-export([start/0]).

start() ->
    io:format("Starting catlfish~n"),
    https_server:start().