Add Fever POST / route to support Fiery Feeds app

This commit is contained in:
Shadowfacts 2019-11-10 14:54:58 -05:00
parent 7c13ea8ee4
commit 24643fa91a
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ defmodule FrenzyWeb.Router do
scope "/", FrenzyWeb do
pipe_through :api
post "/", FeverController, :post
get "/fever", FeverController, :get
get "/api/fever.php", FeverController, :get
post "/fever", FeverController, :post