dawarich/app/controllers/maps_controller.rb
2025-12-01 21:56:06 +01:00

5 lines
102 B
Ruby

class MapsController < ApplicationController
def index
redirect_to maps_maplibre_path
end
end