Skip to content

Commit

Permalink
FIX: direct Topic map route
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Jan 2, 2024
1 parent 2d70bd5 commit 30bcd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
get 'validate' => 'geocode#validate'
get 'countries' => 'geocode#countries'
get "users_map" => "users_map#index"
get 'map_feed' => 'list#map_feed'
end

Discourse::Application.routes.draw do
get 'map_feed' => 'list#map_feed'
mount ::Locations::Engine, at: 'locations'
end

0 comments on commit 30bcd23

Please sign in to comment.