Add gopher server.
This commit is contained in:
parent
5cc1cfcfd7
commit
4e5aa3b3a0
3 changed files with 148 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ defmodule Pleroma.Application do
|
|||
]
|
||||
]),
|
||||
worker(Pleroma.Web.Federator, []),
|
||||
worker(Pleroma.Gopher.Server, []),
|
||||
worker(Pleroma.Stats, [])
|
||||
] ++
|
||||
if Mix.env() == :test,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue