Backport CE route changes for Ops Dashboard in EE

This commit is contained in:
Peter Leitzen 2018-10-27 14:41:49 +02:00
parent e997b22df5
commit 8415e994a2
No known key found for this signature in database
GPG Key ID: 97DE9D2E708A225E
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ Rails.application.routes.draw do
get 'ide' => 'ide#index'
get 'ide/*vueroute' => 'ide#index', format: false
draw :operations
draw :instance_statistics
end