Ah, you need to replace Plug.Conn.put_status(:found)
with Plug.Conn.resp(:found, "")
instead I think. And maybe the header put must be before resp, or after. Can’t remember right now, sorry.
1 Like
Ah, you need to replace Plug.Conn.put_status(:found)
with Plug.Conn.resp(:found, "")
instead I think. And maybe the header put must be before resp, or after. Can’t remember right now, sorry.