mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-11 16:57:11 +02:00
Fix #51 URLs rename to /daemon from /fluentd
This commit is contained in:
parent
cee0b77a12
commit
7f66da349f
@ -1,7 +1,8 @@
|
|||||||
Rails.application.routes.draw do
|
Rails.application.routes.draw do
|
||||||
root "welcome#home"
|
root "welcome#home"
|
||||||
|
|
||||||
resource :fluentd, controller: :fluentd do
|
# GH-51: URLs are changed from "/fluentd/xxx" to "/daemon/xxx", but already used xxx_fluentd_path renaming is so hard, thus path: "/daemon" is used for save trouble
|
||||||
|
resource :fluentd, controller: :fluentd, path: "/daemon" do
|
||||||
get "log"
|
get "log"
|
||||||
get "raw_log"
|
get "raw_log"
|
||||||
get "errors"
|
get "errors"
|
||||||
|
Loading…
Reference in New Issue
Block a user