mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-12 10:11:38 -05:00
5 lines
102 B
Ruby
5 lines
102 B
Ruby
class MapsController < ApplicationController
|
|
def index
|
|
redirect_to maps_maplibre_path
|
|
end
|
|
end
|