Skip to content

TV4/ingredients_plug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IngredientsPlug

Installation

Add in mix.exs

def deps do
  [
    {:ingredients_plug, github: "TV4/ingredients_plug"}
  ]
end

In endpoint.ex add the following plug:

  plug IngredientsPlug,
    framework: %{name: "phoenix", version: elem(Mix.Dep.Lock.read().phoenix, 2)}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages