mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 02:24:24 +00:00
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue