Removed testing route from router

This commit is contained in:
Kieran Eglin
2024-12-30 17:44:45 -08:00
parent 115f675ae3
commit 09d1653f4b
-1
View File
@@ -25,7 +25,6 @@ defmodule PinchflatWeb.Router do
# has to match before /sources/:id # has to match before /sources/:id
get "/sources/opml", Podcasts.PodcastController, :opml_feed get "/sources/opml", Podcasts.PodcastController, :opml_feed
get "/sources/:foo/opml", Podcasts.PodcastController, :opml_feed
end end
# Routes in here _may not be_ protected by basic auth. This is necessary for # Routes in here _may not be_ protected by basic auth. This is necessary for