fix error

This commit is contained in:
rulingcom 2023-07-01 10:42:16 +08:00
parent 08c2990a53
commit 8bbe9a0fa5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ class Admin::BoxController < OrbitAdminController
include ReverseProxy::Controller
SocketFile = "#{Rails.root}/tmp/box.sock"
Binary = File.expand_path("../../../../bin/box", __FILE__)
CSSFile = File.expand_path("../../../white-on-black.css", __FILE__)
CSSFile = File.expand_path("../../../../white-on-black.css", __FILE__)
skip_before_filter :verify_authenticity_token
def index