Current section

Files

Jump to
herald lib develop router.ex
Raw

lib/develop/router.ex

defmodule Develop.Router do
use Herald.Router
route "queue",
schema: Develop.Test,
processor: &Develop.Test.my_func/1
route "queue2",
schema: Develop.Test,
processor: &Develop.Test.my_func/1
end