Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default MountWidget.extend({
},

@observes(
"topicList",
"topicList.[]",
"category",
"geoLocation",
"geoLocations.[]",
Expand Down
5 changes: 2 additions & 3 deletions plugin.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# name: discourse-locations
# about: Tools for handling locations in Discourse
# version: 6.3.7
# version: 6.3.8
# authors: Angus McLeod, Robert Barrow
# contact_emails: development@pavilion.tech
# url: https://github.com/angusmcleod/discourse-locations
Expand Down Expand Up @@ -163,8 +163,7 @@ class Engine < ::Rails::Engine
Discourse::Application.routes.prepend do
get 'u/user-map' => 'users#index'
get 'users/user-map' => 'users#index'
get "c/*category_slug_path_with_id/l/map" => "list#category_default"
get "/map" => "list#latest"
get '/map_feed' => 'list#map_feed'
end

load File.expand_path('../serializers/geo_location.rb', __FILE__)
Expand Down