From 09d1653f4b8d506b4dc9f03c1e8daf01ee0b6fa5 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Mon, 30 Dec 2024 17:44:45 -0800 Subject: [PATCH] Removed testing route from router --- lib/pinchflat_web/router.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pinchflat_web/router.ex b/lib/pinchflat_web/router.ex index cef92206..bdbb17e3 100644 --- a/lib/pinchflat_web/router.ex +++ b/lib/pinchflat_web/router.ex @@ -25,7 +25,6 @@ defmodule PinchflatWeb.Router do # has to match before /sources/:id get "/sources/opml", Podcasts.PodcastController, :opml_feed - get "/sources/:foo/opml", Podcasts.PodcastController, :opml_feed end # Routes in here _may not be_ protected by basic auth. This is necessary for