Current section

Files

Jump to
pistis lib pistis server request_handler.ex
Raw

lib/pistis/server/request_handler.ex

defmodule Pistis.Server.RequestHandler do
def process(message) do
Pistis.Server.CommandRouter.route_message(message)
end
end