Add gopher server.

This commit is contained in:
lain 2018-03-31 17:51:33 +02:00
commit 4e5aa3b3a0
3 changed files with 148 additions and 0 deletions

View file

@ -24,6 +24,7 @@ defmodule Pleroma.Application do
]
]),
worker(Pleroma.Web.Federator, []),
worker(Pleroma.Gopher.Server, []),
worker(Pleroma.Stats, [])
] ++
if Mix.env() == :test,