From 1696995fb6cb5e6c144f577672dff1fbc24cebd1 Mon Sep 17 00:00:00 2001 From: Silas Date: Thu, 24 Feb 2022 02:10:37 -0500 Subject: [PATCH] typo --- lib/entendu_web/router.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/entendu_web/router.ex b/lib/entendu_web/router.ex index 8ca6b02..f591eba 100644 --- a/lib/entendu_web/router.ex +++ b/lib/entendu_web/router.ex @@ -18,7 +18,7 @@ defmodule EntenduWeb.Router do pipeline :authorized_files do plug AuthorizeLink - plug Plug.Static, at: "/uploads", from: {:entendu "priv/uploads"}, gzip: false + plug Plug.Static, at: "/uploads", from: {:entendu, "priv/uploads"}, gzip: false end pipeline :authorized_link do