How about:
scope "/foo", Bar do
pipe_through[...]
get ...
get ...
scope "/" do
pipe_through[...more...]
post ...
end
end
How about:
scope "/foo", Bar do
pipe_through[...]
get ...
get ...
scope "/" do
pipe_through[...more...]
post ...
end
end