Removed testing route from router
This commit is contained in:
parent
115f675ae3
commit
09d1653f4b
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue