From a28d24470ddeca6196219a1333c1ccac1319efef Mon Sep 17 00:00:00 2001 From: href Date: Wed, 11 Mar 2020 21:18:34 +0100 Subject: welp --- lib/lsg_web/router.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lsg_web/router.ex') diff --git a/lib/lsg_web/router.ex b/lib/lsg_web/router.ex index 9373e85..c47e422 100644 --- a/lib/lsg_web/router.ex +++ b/lib/lsg_web/router.ex @@ -2,7 +2,7 @@ defmodule LSGWeb.Router do use LSGWeb, :router pipeline :browser do - plug :accepts, ["html"] + plug :accepts, ["html", "txt"] #plug :fetch_session #plug :fetch_flash #plug :protect_from_forgery -- cgit v1.2.3