dawarich/app/controllers/maps_controller.rb

6 lines
102 B
Ruby
Raw Normal View History

2025-12-01 15:56:06 -05:00
class MapsController < ApplicationController
def index
redirect_to maps_maplibre_path
end
end