Skip to content

Instantly share code, notes, and snippets.

@darui00kara
Created June 14, 2015 10:32
Show Gist options
  • Select an option

  • Save darui00kara/86df069517874292a482 to your computer and use it in GitHub Desktop.

Select an option

Save darui00kara/86df069517874292a482 to your computer and use it in GitHub Desktop.
defmodule TrotSample.Router do
use Trot.Router
get "/", do: 200
get "/hello" do
"Hello Trot!!"
end
import_routes Trot.NotFound
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment