Skip to content

Commit

Permalink
Removed testing route from router
Browse files Browse the repository at this point in the history
  • Loading branch information
kieraneglin committed Dec 31, 2024
1 parent 115f675 commit 09d1653
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pinchflat_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09d1653

Please sign in to comment.