DEV Community

Cover image for Routing in Phoenix Umbrella Apps

Routing in Phoenix Umbrella Apps

Miguel Palhas on April 16, 2019

Umbrella apps are an awesome way to structure Elixir projects. Behind the curtains, they are a very thin layer that just compiles everything to a ...
Collapse
 
hugecoderguy profile image
Christian Kreiling

I love this post! I'm so excited to implement this myself - the "poor man's microservice" is sweet. One question - the first with statement uses a variable host which doesn't appear to be in the scope. Can you explain please?

Collapse
 
naps62 profile image
Miguel Palhas AppSignal

Thanks for the feedback! It appears you caught a typo in the post.

It was suposed to be conn.host. Already edited with a fix :)

Collapse
 
hugecoderguy profile image
Christian Kreiling

Darn, I was hoping there was some Elixir magic I was unaware of!