mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 01:07:09 +02:00
6 lines
98 B
Ruby
6 lines
98 B
Ruby
class WelcomeController < ApplicationController
|
|
def home
|
|
redirect_to fluentd_path
|
|
end
|
|
end
|